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.3
Committed: Thu Mar 8 21:41:30 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
Now using the correct filenames for the latest data files.

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 # Page appearance.
8 $lineColor = "#9999ff";
9
10 # Files to include
11 $titleHTML = "title.inc";
12 $bottomHTML = "bottom.inc";
13
14 # Submission details.
15 $formMethod = "GET";
16 $thisPage = "latest.php";
17
18 # Images
19 $barImage = "bar.gif";
20 $scaleImage = "scale.gif";
21 $max_width = 300;
22
23 ?>