summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-24 07:03:18 +0100
committerAndrew Dolgov <[email protected]>2008-01-24 07:03:18 +0100
commit010c16f184706558cf73750c3e1d65682daf933b (patch)
tree5e2bfef776591908c8fd50ecf8f0b6afd8cad992 /update_daemon2.php
parent39a5249904b186a164bc47fcb19317389469c674 (diff)
enable DAEMON_EXTENDED_DEBUG when envvar DAEMON_XDEBUG is set
Diffstat (limited to 'update_daemon2.php')
-rw-r--r--update_daemon2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index a03a2a791..5ce189863 100644
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -16,7 +16,7 @@
require_once "version.php";
- if (strpos(VERSION, ".99") !== false) {
+ if (strpos(VERSION, ".99") !== false || getenv('DAEMON_XDEBUG')) {
define('DAEMON_EXTENDED_DEBUG', true);
}