| Revision: | 1.6 |
| Committed: | Thu Mar 15 16:32:04 2001 UTC (24 years, 7 months ago) by pjm2 |
| Branch: | MAIN |
| Changes since 1.5: | +8 -0 lines |
| Log Message: | Added alert levels to the config. |
| # | 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.4 | $thisPage = "alerts.php"; |
| 8 | pjm2 | 1.1 | |
| 9 | pjm2 | 1.5 | $titleHTML = "title.inc"; |
| 10 | $bottomHTML = "bottom.inc"; | ||
| 11 | |||
| 12 | pjm2 | 1.6 | $alertLevels = Array ( |
| 13 | "Okay", | ||
| 14 | "Notice", | ||
| 15 | "Warning", | ||
| 16 | "Caution", | ||
| 17 | "Critical" | ||
| 18 | ); | ||
| 19 | |||
| 20 | pjm2 | 1.1 | ?> |