mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-10 17:26:48 +08:00
19 lines
No EOL
270 B
ApacheConf
19 lines
No EOL
270 B
ApacheConf
<Files *.php>
|
|
Order Deny,Allow
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files cron.php>
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Files>
|
|
|
|
<Files api.php>
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Files>
|
|
|
|
<Files cron_reminder.php>
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Files> |