mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-13 11:48:19 +08:00
14 lines
No EOL
198 B
Text
14 lines
No EOL
198 B
Text
<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> |