ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/logins/logins_config.inc.php
Revision: 1.3
Committed: Sat Jun 30 11:24:41 2007 UTC (17 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Log Message:
Tidy up PHP short tags.

File Contents

# User Rev Content
1 tdb 1.3 <?php
2 pjm2 1.1
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    
7     # Page appearance.
8     $scaleImage = "24hourscale800.gif";
9     $backImage = "24hourback800.gif";
10     $backImage2 = "24hourback2800.gif";
11     $lineColor = "#9999ff";
12    
13     # Files to include
14     $titleHTML = "title.inc.php";
15     $bottomHTML = "bottom.inc";
16     $machineNameHTML = "machine_name.inc";
17    
18     # Submission details.
19     $formMethod = "GET";
20     $thisPage = "logins.php";
21    
22 tdb 1.2 ?>