diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-29 18:09:48 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-29 18:09:48 +0000 |
commit | 861a2c99de091d167d556a8d50aeb9bda7623016 (patch) | |
tree | 2b646ef63862786a05f1e64b92bb3cc195952b48 /services | |
parent | 50befcb6cd53d281a8a93bb496f06faf869432ba (diff) |
debug optimiert
git-svn-id: svn://svn.cccv.de/engel-system@183 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'services')
-rwxr-xr-x | services/cron_dect.php | 3 |
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); |