.htaccess allow update.php

This commit is contained in:
Ibnu Maksum 2024-03-22 20:29:05 +07:00
parent 75955de6c5
commit ffe913cb8f
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -6,4 +6,9 @@
<Files index.php>
Order Allow,Deny
Allow from all
</Files>
<Files update.php>
Order Allow,Deny
Allow from all
</Files>