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.4 by pjm2, Sun Feb 4 12:44:17 2001 UTC vs.
Revision 1.5 by pjm2, Sun Feb 4 13:01:50 2001 UTC

# Line 67 | Line 67 | function getdirArray($dir='./',$sort='asort') {
67      if ($submit == "bung") {
68          $url = escapeshellcmd("$day/$machine_name/$report/chart.gif");
69          if (file_exists($url)) {
70 <            echo "<p><b>$machine - $report$</b><br><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>";
70 >            echo "<p><b>$machine_name - $report</b><br><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>";
71          }
72          else {
73              echo "<p>The report could not be found.</p>";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines