ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/historical/browser.php
(Generate patch)

Comparing projects/cms/source/reports/php/historical/browser.php (file contents):
Revision 1.36 by pjm2, Tue Mar 13 19:16:36 2001 UTC vs.
Revision 1.37 by pjm2, Tue Mar 13 19:22:44 2001 UTC

# Line 98 | Line 98 | include("iutils.inc.php");
98   <?
99      if ($submit == "Show" && $machine_name && $report) {
100          
101 <        include("$day/$machine_name/$report/$reportLimitsFile");
101 >        include("$reportDirectory/$day/$machine_name/$report/$reportLimitsFile");
102          
103          $url = escapeshellcmd("$day/$machine_name/$report/$reportChartFile");
104 <        if (isReportEmpty("$day/$machine_name/$report/$reportChartDataFile", $minFileSize)) {
104 >        if (isReportEmpty("$reportDirectory/$day/$machine_name/$report/$reportChartDataFile", $minFileSize)) {
105              echo "Host <b>$machine_name</b> did not send any information about <b>$report</b> on <b>$day</b>.  Please select another report.";
106          }
107          else if (file_exists($url)) {  ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines