[397017] Move EMF Query website to git
diff --git a/downloads/downloads-common.php b/downloads/downloads-common.php
index 5abe056..20cbf08 100644
--- a/downloads/downloads-common.php
+++ b/downloads/downloads-common.php
@@ -40,19 +40,7 @@
 $showAll = (isset($_GET["showAll"]) && preg_match("/^(1)$/", $_GET["showAll"], $regs) ? $regs[1] : "0");
 $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";
-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>";
+$PWD = "/home/data2/httpd/download.eclipse.org/$modelingprojectname/$topprojectname/$shortprojectname/downloads/drops";
 
 $downloadScript = getdownloadScript();
 $downloadPre = "";