| commit | ea1d84c9b996f9d3d26feca615ce146389c4cb7f | [log] [tgz] |
|---|---|---|
| author | jeff <jeff> | Tue Oct 12 15:04:51 2010 +0000 |
| committer | jeff <jeff> | Tue Oct 12 15:04:51 2010 +0000 |
| tree | 9ee244c2730e79f760da8b46d44b3239129bcda9 | |
| parent | 65685a32b1f81d9015055535c2e8a567a80ba4c0 [diff] |
*** empty log message ***
diff --git a/downloads/buildIndex.php b/downloads/buildIndex.php index a50b326..b250a8f 100755 --- a/downloads/buildIndex.php +++ b/downloads/buildIndex.php
@@ -163,7 +163,9 @@ // $root = $_SERVER['DOCUMENT_ROOT']; $qstring = $_SERVER['QUERY_STRING']; $build = array_pop(split("=", $qstring, -1)); +printf($build); $path = "/equinox/drops/" . $build . "/"; +printf($path); $filesystemPath = $root . $path; analyzeBuild(dir($filesystemPath));