CheckHtaccess changed from mixed to none to allow php < 8

This commit is contained in:
OpenXE 2022-12-08 15:41:00 +00:00
parent d44fa8ddb0
commit 68554f91c1

View File

@ -1220,7 +1220,7 @@ class Acl
// HTACCESS SECURITY // HTACCESS SECURITY
// Check for correct .htaccess settings // Check for correct .htaccess settings
// true if ok, else error text // true if ok, else error text
protected function CheckHtaccess() : mixed { protected function CheckHtaccess() {
$nominal = array(' $nominal = array('
# Generated file from class.acl.php # Generated file from class.acl.php