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 (16 years, 10 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +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
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 ?>