ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/historical/browser_config.inc.php
Revision: 1.3
Committed: Sat Mar 17 17:35:54 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.2: +1 -1 lines
Log Message:
Uses the title.inc.php timestamped include instead of the static one

File Contents

# Content
1 <?
2
3 # The report directory, and the number of days to display.
4 $reportDirectory = "/home/cut/pjm2/webpages/reports/historical";
5 $webRoot = "/~pjm2/reports/historical";
6 $maxDaysShown = 7;
7
8 # Page appearance.
9 $scaleImage = "24hour.gif";
10 $lineColor = "#9999ff";
11
12 # Files to include
13 $titleHTML = "title.inc.php";
14 $bottomHTML = "bottom.inc";
15 $machineNameHTML = "machine_name.inc";
16 $reportHTML = "report.inc";
17
18 # What are the names of the report files?
19 $reportLimitsFile = "i-maxmin.txt";
20 $reportChartFile = "i-chart.gif";
21 $reportChartDataFile = "i-data.txt";
22
23 # Submission details.
24 $formMethod = "GET";
25 $thisPage = "browser.php";
26
27 # Leave this alone unless you know what you're doing ;)
28 $minFileSize = 33;
29
30 ?>