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.1
Committed: Wed May 30 18:09:02 2001 UTC (23 years, 3 months ago) by pjm2
Branch: MAIN
Log Message:
Configuration file for viewing the PHP login timeline pages

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     $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     ?>