| # | Line 39 | Line 39 | function printAlert($machine, $alert) { | |
|---|---|---|
| 39 | ||
| 40 | <? include($titleHTML); ?> | |
| 41 | ||
| 42 | < | <? printLine("Display alerts about all hosts, or a host"); ?> | 
| 42 | > | <? printLine("Display the latest alerts for a host"); ?> | 
| 43 | ||
| 44 | <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> | |
| 45 | <? | |
| # | Line 62 | Line 62 | function printAlert($machine, $alert) { | |
| 62 | </form> | |
| 63 | ||
| 64 | <? if ($machine) { | |
| 65 | + | |
| 66 | + | printLine(""); | 
| 67 | ||
| 68 | # Get a list of all files in the machine's directory. | |
| 69 | $alertArray = getdirArray("$alertDirectory/$machine", 'rsort'); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |