forked from kevinowino869/mitrobill
.htaccess allow update.php
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user