ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest_display.inc.php
Revision: 1.1
Committed: Thu Mar 8 21:23:25 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Log Message:
A simple script to determine which reports to run.
This should make sense to even the most uninitiated of web-people.

File Contents

# Content
1 <?
2
3 # Display the following data.
4
5 showStat("Machine Name", "packet.attributes.machine_name", $input);
6 showBar("Memory Free", "packet.memory.free", "packet.memory.total", $input);
7
8
9 ?>