*** empty log message ***
diff --git a/downloads/buildIndex.php b/downloads/buildIndex.php
index 4b5ba84..f0f553d 100755
--- a/downloads/buildIndex.php
+++ b/downloads/buildIndex.php
@@ -75,11 +75,12 @@
 		global $buildTime;

 		global $buildTitle;

 		global $path;

-		

+		global $root;

+				

 		$buildDir =$dir;

 		$specs = array(); 

 		$categories = array(); 

-		$contents = substr(file_get_contents($path . '/buildspec.txt'),0,-1);

+		$contents = substr(file_get_contents($root . $path . '/buildspec.txt'),0,-1);

 		$lines = explode("\n", $contents);

 		$buildTitle = $lines[0];

 		$buildTime = $lines[1];