nestict bafc60ba0a Upload files to "system"
Signed-off-by: nestict <icttechnest@gmail.com>
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>