Security fixes: remove dangerous public scripts, add .htaccess hardening, disable log-viewer by default, remove root index.php

This commit is contained in:
root
2026-05-26 16:52:09 +02:00
parent 93e6f6a273
commit 55b5aab458
5 changed files with 11 additions and 84 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ return [
|
*/
'enabled' => (bool) env('LOG_VIEWER_ENABLED', true),
'enabled' => (bool) env('LOG_VIEWER_ENABLED', false),
'require_auth_in_production' => true,