| commit | 0d60e31d4e1356a047cbfbff4260cdef061ed215 | [log] [tgz] |
|---|---|---|
| author | aeisenberg <aeisenberg> | Wed May 12 16:36:48 2010 +0000 |
| committer | aeisenberg <aeisenberg> | Wed May 12 16:36:48 2010 +0000 |
| tree | f4d02c76e71b40e9416dce5c9c4f5eae1a813c02 | |
| parent | a02561556336e0d86ed9258374f154aa06642fc3 [diff] |
Trying out some stuff
diff --git a/downloads/index.php b/downloads/index.php index 3dc6be5..34669bf 100644 --- a/downloads/index.php +++ b/downloads/index.php
@@ -10,6 +10,8 @@ function ListDevBuilds($dir){ ini_set("max_execution_time",10); + echo "In $dir <br>"; + if (!($root = @opendir($dir))) { return ""; }