mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 06:56:09 +08:00
9 lines
129 B
Text
9 lines
129 B
Text
|
<Files *.php>
|
||
|
Order Deny,Allow
|
||
|
Deny from all
|
||
|
</Files>
|
||
|
|
||
|
<Files index.php>
|
||
|
Order Allow,Deny
|
||
|
Allow from all
|
||
|
</Files>
|