commit | 5ee6bc3dd2d0ded6d6eca525622faef564f86ed2 | [log] [tgz] |
---|---|---|
author | jeff <jeff> | Tue Oct 12 14:57:32 2010 +0000 |
committer | jeff <jeff> | Tue Oct 12 14:57:32 2010 +0000 |
tree | 1454ad2b0f9acd7043dad9a67b3dd4cdcdfc8a36 | |
parent | 9e328a5c281cb5a39c35f954ae4929a158640a99 [diff] |
*** empty log message ***
diff --git a/downloads/buildIndex.php b/downloads/buildIndex.php index 15fcd9a..845708e 100755 --- a/downloads/buildIndex.php +++ b/downloads/buildIndex.php
@@ -164,7 +164,7 @@ // $root = $_SERVER['DOCUMENT_ROOT']; $qstring = $_SERVER['QUERY_STRING']; $build = array_pop(split("=", $qstring, -1)); - $path = "/equinox/drops/" . $build; + $path = "/equinox/drops/" . $build . "/"; $filesystemPath = $root . $path; analyzeBuild(dir($filesystemPath));