[397017] Move EMF Query website to git (debugging)
diff --git a/downloads/downloads-common.php b/downloads/downloads-common.php
index c6c61ee..5abe056 100644
--- a/downloads/downloads-common.php
+++ b/downloads/downloads-common.php
@@ -41,7 +41,18 @@
 $showMax = (isset($_GET["showMax"]) && preg_match("/^(\d+)$/", $_GET["showMax"], $regs) ? $regs[1] : ($sortBy == "date" ? "10" : "5"));
 
 $PWD = "/home/data/httpd/download.eclipse.org/$modelingprojectname/$topprojectname/$shortprojectname/downloads/drops";
-debug("$PWD is_dir? <b style='color:green'>" . is_dir($PWD) . "</b>", 2);
+print "<pre>";
+exec('ls /home/data/httpd/download.eclipse.org/', $exec_output1);
+print_r($exec_output1);
+exec('ls /home/data2/httpd/download.eclipse.org/', $exec_output2);
+print_r($exec_output2);
+exec('ls /home/local/data/httpd/download.eclipse.org/', $exec_output3);
+print_r($exec_output3);
+exec('ls /var/www/', $exec_output4);
+print_r($exec_output4);
+exec('df -k', $exec_output5);
+print_r($exec_output5);
+print "</pre>";
 
 $downloadScript = getdownloadScript();
 $downloadPre = "";