mitronet/system/.htaccess
kevinowino869 ae2e036094 Upload files to "system"
Signed-off-by: kevinowino869 <kevinowino869@www.codelab.nestict.africa>
2025-04-13 13:17:42 +02:00

19 lines
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>