You've already forked Atomcms-edit
Security fixes: remove dangerous public scripts, add .htaccess hardening, disable log-viewer by default, remove root index.php
This commit is contained in:
@@ -16,7 +16,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'enabled' => (bool) env('LOG_VIEWER_ENABLED', true),
|
||||
'enabled' => (bool) env('LOG_VIEWER_ENABLED', false),
|
||||
|
||||
'require_auth_in_production' => true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user