New Filestructure for Docker

This commit is contained in:
2026-07-31 23:53:14 +02:00
parent 1e10ed4de8
commit 5bcf2a3546
239 changed files with 710 additions and 2000 deletions
+2 -2
View File
@@ -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);