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.1
Committed: Tue Mar 13 18:55:18 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Log Message:
External configuration file for the browser of historical reports

File Contents

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