This commit is contained in:
Daniel Maya 2024-04-22 15:39:36 +02:00
parent b12a9bfbad
commit f26499152d
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ if (empty($schedule_report) === false) {
echo '<br>';
}
if (empty($time) === true) {
$time = date(TIME_FORMAT);
}
// ------------------- INIT HEADER --------------------------------------
$url = "index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id=$id_report&date=$date&time=$time&pure=$pure";