ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
projects
/
cms
/
source
/
reports
/
php
/
alerts
/
alerts_config.inc.php
Revision:
1.3
Committed:
Thu Mar 15 10:17:30 2001 UTC
(23 years, 8 months ago) by
pjm2
Branch:
MAIN
Changes since
1.2
:
+1 -1 lines
Log Message:
Uh, that should have been GET ;-)
File Contents
#
User
Rev
Content
1
pjm2
1.1
<?
2
3
# Settings for the 'realtime' alert webpages
4
5
$alertDirectory
=
"/home/proj/co600_10/webroot/alert"
;
6
pjm2
1.3
$formMethod
=
"GET"
;
7
pjm2
1.1
8
?>