phpnuxbill/system/.htaccess

19 lines
270 B
ApacheConf
Raw Normal View History

2024-03-12 10:06:18 +08:00
<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>