From 7b08a71c59430d06c1efb012a6c6448262aacdb1 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 28 Jan 2023 11:57:43 +0100 Subject: [PATCH] add missing use statement for error-reporting to include the dbms version Signed-off-by: Michael Kaufmann --- error_report.php | 1 + 1 file changed, 1 insertion(+) diff --git a/error_report.php b/error_report.php index ad51c86b4..0f2347452 100644 --- a/error_report.php +++ b/error_report.php @@ -33,6 +33,7 @@ use Froxlor\UI\Panel\UI; use Froxlor\UI\Request; use Froxlor\UI\Response; +use Froxlor\Database\Database; // This file is being included in admin_domains and customer_domains // and therefore does not need to require lib/init.php