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

Comparing projects/cms/source/reports/php/latest/latest.php (file contents):
Revision 1.1 by pjm2, Thu Mar 8 21:22:05 2001 UTC vs.
Revision 1.2 by pjm2, Thu Mar 8 21:40:45 2001 UTC

# Line 126 | Line 126 | function showBar($title, $value, $max, $input) {
126  
127         # Read the file.
128         #$input = "packet.attributes.machine_name=raptor.ukc.ac.uk,packet.memory.free=10,packet.memory.total=100,";
129 <       $input = file("$latestDirectory/$machine/latest_data");
129 >       $input = file("$latestDirectory/$machine/$latestData");
130         # All we need is the first line if there is more than one line.
131         $input = $input[0];
132  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines