mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
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
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user