Files
Wifi_PPOE_Mitrotik_Billing_PHP/system/.htaccess
2025-05-24 10:37:56 +02: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>