cleanup some minor code
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
index 5ca6441..d45a5dc 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template
@@ -8,7 +8,7 @@
 <body>
 
 <?php
-include '../../report.php';
+include '../../../report.php';
 $testResults = parse_testResult("testResults.php");
 list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
 ?>