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