showing actual Time in Cronjob Script

This commit is contained in:
schrom01 2023-09-25 23:11:53 +02:00
parent 3370231a63
commit 57c13785b9
4 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
include "zefixAPI.php"; include "zefixAPI.php";
include "spreadSheetReader/read_write_xlsx.php"; include "read_write_xlsx.php";
$maxExecutionTime = 300; $maxExecutionTime = 300;
$taskDir = 'tasks'; $taskDir = 'tasks';