diff options
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |