summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r--modules/watchdog.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 13908e39d..0252d5105 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -1,4 +1,4 @@
-<?
+<?php
$module = array("help" => "watchdog_help",
"cron" => "watchdog_cron",
@@ -8,7 +8,7 @@ function watchdog_help() {
?>
<P>The watchdog module monitors your website, captures system events in a log and records them to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of events recorded during operation and contains usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.</P>
<P>To ease administration, the watchdog will automatically remove old logs.</P>
- <?
+ <?php
}
function watchdog_cron() {