[397017] Move EMF Query website to git
diff --git a/downloads/downloads-common.php b/downloads/downloads-common.php
index ad3b74b..b29c9b6 100644
--- a/downloads/downloads-common.php
+++ b/downloads/downloads-common.php
@@ -44,7 +44,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/modeling/emf/query/downloads/drops";
+$PWD = "/home/data2/httpd/download.eclipse.org/modeling/emf/query/downloads/drops";
 
 $downloadScript = getdownloadScript();
 $downloadPre = "";