diff options
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); |