New Filestructure for Docker
This commit is contained in:
@@ -77,7 +77,7 @@ function check_user_permission(string $type, bool $return = false, bool $display
|
||||
} else {
|
||||
if ($display) {
|
||||
http_response_code(403);
|
||||
include __DIR__ . "/../www/error-pages/403.html";
|
||||
include __DIR__ . "/../html/error-pages/403.html";
|
||||
exit;
|
||||
} else {
|
||||
http_response_code(403);
|
||||
@@ -98,7 +98,7 @@ function check_user_permission(string $type, bool $return = false, bool $display
|
||||
} else {
|
||||
if ($display) {
|
||||
http_response_code(403);
|
||||
include __DIR__ . "/../www/error-pages/403.html";
|
||||
include __DIR__ . "/../html/error-pages/403.html";
|
||||
exit;
|
||||
} else {
|
||||
http_response_code(403);
|
||||
|
||||
Reference in New Issue
Block a user