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.4
Committed: Sat Jun 30 11:24:39 2007 UTC (16 years, 10 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
Error occurred while calculating annotation data.
Log Message:
Tidy up PHP short tags.

File Contents

# Content
1 <?php
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 ?>