| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | ||
| 5 | $alertDirectory = "/home/proj/co600_10/webroot/alert"; | |
| 6 | $formMethod = "GET"; | |
| 7 | + | $thisPage = "alerts.php"; |
| 8 | + | |
| 9 | + | $titleHTML = "title.inc"; |
| 10 | + | $bottomHTML = "bottom.inc"; |
| 11 | + | |
| 12 | + | $alertLevels = Array ( |
| 13 | + | "Okay", |
| 14 | + | "Notice", |
| 15 | + | "Warning", |
| 16 | + | "Caution", |
| 17 | + | "Critical" |
| 18 | + | ); |
| 19 | ||
| 20 | ?> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |