From 1baeeb99db86bb6ccb5695326ea68b03cb24fa14 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:00:58 +0200 Subject: [PATCH] Update report.php Update variable "REPORT_TITLE" --- front/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/report.php b/front/report.php index 0012dc68..10dfbd4e 100644 --- a/front/report.php +++ b/front/report.php @@ -23,7 +23,7 @@

- +

@@ -38,7 +38,7 @@ if (file_exists("log/report_output.html")) { } else { // Display an error message echo "

Error

"; - echo lang('REPORT_ERROR'); + echo lang('REPORT_ERROR'); } ?>