From 68554f91c1733a5f3a32f02602c6d7371490791f Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Thu, 8 Dec 2022 15:41:00 +0000 Subject: [PATCH] CheckHtaccess changed from mixed to none to allow php < 8 --- phpwf/plugins/class.acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpwf/plugins/class.acl.php b/phpwf/plugins/class.acl.php index 8e8db8bf..f970ef6f 100644 --- a/phpwf/plugins/class.acl.php +++ b/phpwf/plugins/class.acl.php @@ -1220,7 +1220,7 @@ class Acl // HTACCESS SECURITY // Check for correct .htaccess settings // true if ok, else error text - protected function CheckHtaccess() : mixed { + protected function CheckHtaccess() { $nominal = array(' # Generated file from class.acl.php