diff --git a/plugins/enigma/home/.htaccess b/plugins/enigma/home/.htaccess index 8e6a345dc..43e24edc1 100644 --- a/plugins/enigma/home/.htaccess +++ b/plugins/enigma/home/.htaccess @@ -1,2 +1,7 @@ -Order allow,deny -Deny from all \ No newline at end of file +# deny webserver access to this directory + + Require all denied + + + Deny from all +