phpnuxbill/.htaccess_firewall
2024-03-22 20:29:05 +07:00

14 lines
198 B
Plaintext

<Files *.php>
Order Deny,Allow
Deny from all
</Files>
<Files index.php>
Order Allow,Deny
Allow from all
</Files>
<Files update.php>
Order Allow,Deny
Allow from all
</Files>