ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest_config.inc.php
Revision: 1.4
Committed: Sun Mar 11 21:38:57 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.3: +4 -0 lines
Log Message:
Added age warnings to the reports.  Jibbled the layout a little as well.

File Contents

# Content
1 <?php
2
3 # The report directory, and the data file name.
4 $latestDirectory = "/usr/local/proj/co600_10/webroot/latest";
5 $latestData = "latest_data";
6
7 # Warning tolerance. I.e. Give a warning if a realtime reports is older
8 # than this time (in seconds).
9 $warning_age = 600;
10
11 # Page appearance.
12 $lineColor = "#9999ff";
13
14 # Files to include
15 $titleHTML = "title.inc";
16 $bottomHTML = "bottom.inc";
17
18 # Submission details.
19 $formMethod = "GET";
20 $thisPage = "latest.php";
21
22 # Images
23 $barImage = "bar.gif";
24 $scaleImage = "scale.gif";
25 $max_width = 300;
26
27 ?>