showing actual Time in Cronjob Script

This commit is contained in:
schrom01 2023-09-25 23:23:42 +02:00
parent 57c13785b9
commit 4faf98e38a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
require $_SERVER['DOCUMENT_ROOT'] . '/spreadSheetReader/SimpleXLSX.php';
require $_SERVER['DOCUMENT_ROOT'] . '/spreadSheetReader/SimpleXLSXGen.php';
require 'SimpleXLSX.php';
require 'SimpleXLSXGen.php';
function read_xls_file($filename){
$fileContent = [];