diff --git a/services/cron_dect.php b/services/cron_dect.php index f59a00f1..73e2d69c 100755 --- a/services/cron_dect.php +++ b/services/cron_dect.php @@ -7,6 +7,7 @@ include ("./inc/error_handler.php"); include ("./inc/funktion_modem.php"); include ("./inc/funktion_cron.php"); + //ausfuerungs Ruetmuss (in s) $StartTimeBeforEvent = (60/4)*60; $AnrufDelay = -5; @@ -29,6 +30,7 @@ else $Erg = mysql_query($SQL, $con); echo mysql_error($con); +$Z=0; for( $i=0; $i0) @@ -36,12 +38,18 @@ for( $i=0; $i10) + { + $Z=0; + sleep(30); + } } } }