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.35 by pjm2, Tue Mar 13 19:14:47 2001 UTC vs.
Revision 1.37 by pjm2, Tue Mar 13 19:22:44 2001 UTC

# Line 71 | Line 71 | include("iutils.inc.php");
71        <? } else { ?>
72          <option selected value="">[select machine]</option>
73        <? } ?>
74 <      <? include("$day/$machineNameHTML"); ?>
74 >      <? include("$reportDirectory/$day/$machineNameHTML"); ?>
75       </select>
76  
77       <select size="1" name="report">
# Line 81 | Line 81 | include("iutils.inc.php");
81        <? } else { ?>
82          <option selected value="">[select report]</option>
83        <? } ?>
84 <      <? include("$day/$reportHTML"); ?>
84 >      <? include("$reportDirectory/$day/$reportHTML"); ?>
85       </select>
86  
87       <input type="hidden" name="day" value="<? echo $day ?>">
# 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