id_card_generator/system/.htaccess
suseendhiran17 45e7dd0e17 suseendhiran
2023-05-05 10:38:33 +05:30

6 lines
117 B
ApacheConf

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>