summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-29 18:09:48 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-29 18:09:48 +0000
commit861a2c99de091d167d556a8d50aeb9bda7623016 (patch)
tree2b646ef63862786a05f1e64b92bb3cc195952b48 /services
parent50befcb6cd53d281a8a93bb496f06faf869432ba (diff)
debug optimiert
git-svn-id: svn://svn.cccv.de/engel-system@183 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'services')
-rwxr-xr-xservices/cron_dect.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/cron_dect.php b/services/cron_dect.php
index 73e1f199..f59a00f1 100755
--- a/services/cron_dect.php
+++ b/services/cron_dect.php
@@ -10,7 +10,8 @@ include ("./inc/funktion_cron.php");
//ausfuerungs Ruetmuss (in s)
$StartTimeBeforEvent = (60/4)*60;
$AnrufDelay = -5;
-$DebugDECT=FALSE;
+$DebugDECT = FALSE;
+//$DebugDECT = TRUE;
//Timeout erhöhen;
set_time_limit(50000);