.htaccess allow update.php
This commit is contained in:
parent
75955de6c5
commit
ffe913cb8f
@ -6,4 +6,9 @@
|
|||||||
<Files index.php>
|
<Files index.php>
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
<Files update.php>
|
||||||
|
Order Allow,Deny
|
||||||
|
Allow from all
|
||||||
</Files>
|
</Files>
|
Loading…
x
Reference in New Issue
Block a user