diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 2 | ||||
-rw-r--r-- | include/poller.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php index 5766747b8..4b80bd3b6 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -1,6 +1,6 @@ <?php - $debugging = true; + $debugging = false; require_once("boot.php"); diff --git a/include/poller.php b/include/poller.php index e0c721f60..47dae1a73 100644 --- a/include/poller.php +++ b/include/poller.php @@ -1,6 +1,6 @@ <?php - $debugging = true; + $debugging = false; require_once('boot.php'); |