trying to fix error with "data2" instead "data" in paths, var dump added
diff --git a/downloads/downloads-common.php b/downloads/downloads-common.php
index 1c75fb8..4ee3dd8 100644
--- a/downloads/downloads-common.php
+++ b/downloads/downloads-common.php
@@ -21,8 +21,6 @@
$PR = "gmf-tooling";
-print "[talons-2]";
-
$nodownloads=array();
$extraprojects=array("gmf-tooling");
if (is_array($projects))
@@ -91,12 +89,13 @@
$downloadPre = "";
print "<div id=\"midcolumn\">\n";
-print "<h2>GMF Tooling P2 Repositories & SDK Dropins ([talons-1])</h2>\n";
+print "<h2>GMF Tooling P2 Repositories & SDK Dropins ([MG]-varDump-added)</h2>\n";
print "<p>This page provides a bundled P2 repository and different SDK dropins (in runnable form) for each build.</p>";
$branches = loadDirSimple($PWD, ".*", "d");
rsort($branches);
-
+var_dump($PWD);
+var_dump($_SERVER['DOCUMENT_ROOT']);
$buildtypes = array();