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

File Contents

# User Rev Content
1 tdb 1.2 <?php
2 pjm2 1.1 # Settings for the configuration of public alert webpages
3    
4     $formMethod = "GET";
5     $destination = "alerts.php";
6    
7     $titleHTML = "title.inc.php";
8     $bottomHTML = "bottom.inc";
9     ?>