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.22 by pjm2, Fri Mar 2 09:44:57 2001 UTC vs.
Revision 1.23 by pjm2, Fri Mar 2 09:45:56 2001 UTC

# Line 136 | Line 136 | function getdirArray($dir='./',$sort='asort') {
136   <?
137      if ($submit == "Show" && $machine_name && $report) {
138          
139 <        include("$day/$machine_name/$report/i-maxmin.txt");
139 >        include("$day/$machine_name/$report/$reportLimitsFile");
140          
141          $url = escapeshellcmd("$day/$machine_name/$report/i-chart.gif");
142          if (isReportEmpty("$day/$machine_name/$report/i-data.txt")) {
# Line 172 | Line 172 | function getdirArray($dir='./',$sort='asort') {
172              <p>
173              <a href="<? echo "$day/$machine_name/$report/i-data.txt" ?>">Raw plot data</a><br>
174              <a href="<? echo "$day/$machine_name/$report/i-chart.gif" ?>">GIF chart</a><br>
175 <            <a href="<? echo "$day/$machine_name/$report/i-maxmin.txt" ?>">PHP y-axis limits include</a>
175 >            <a href="<? echo "$day/$machine_name/$report/$reportLimitsFile" ?>">PHP y-axis limits include</a>
176              
177          <? }
178          else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines