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.1
Committed: Thu Mar 22 17:37:29 2001 UTC (23 years, 1 month ago) by pjm2
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Log Message:
Configuration file for the public configuration page.

File Contents

# Content
1 <?
2 # 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 ?>