CheckHtaccess changed from mixed to none to allow php < 8
This commit is contained in:
parent
d44fa8ddb0
commit
68554f91c1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue