Update .htaccess

This commit is contained in:
SubleXBle
2025-08-21 12:45:25 +02:00
committed by GitHub
parent 4ce976884b
commit 2f0e50db9c
+1 -1
View File
@@ -6,7 +6,7 @@
Options -Indexes
# Block all but index.php
<FilesMatch "^(?!index\.php$).*">
<FilesMatch "^(?!index\.php$)(?!update\.php$).*">
Require all denied
</FilesMatch>