Files
ISP-Billing/system/.htaccess
2026-01-16 12:25:08 +01:00

25 lines
342 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>
<Files download.php>
Order Allow,Deny
Allow from all
</Files>