aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--include/notifier.php2
-rw-r--r--include/poller.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 34f2896f7..fea5fb91e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,5 @@ wip/*
include/jquery-1.4.2.min.js
*.log
*.out
-push
+push*
home.html
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');