commit | 1178e2318de68dc826b6d768c6877f5303850a7a | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Wed Oct 25 12:54:57 2006 +0000 |
committer | david_williams <david_williams> | Wed Oct 25 12:54:57 2006 +0000 |
tree | a2ea85eab9b315dc07dd8a39e40fd5d4dc2e15dc | |
parent | bc583e915ca7d12efde31aa7e03a6d5a2533764f [diff] |
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; ?>