.htaccess allow update.php

This commit is contained in:
Ibnu Maksum
2024-03-22 20:29:05 +07:00
parent 75955de6c5
commit ffe913cb8f

View File

@ -7,3 +7,8 @@
Order Allow,Deny Order Allow,Deny
Allow from all Allow from all
</Files> </Files>
<Files update.php>
Order Allow,Deny
Allow from all
</Files>