added CodeIgniter4

This commit is contained in:
Cametendo
2026-04-22 16:12:31 +02:00
parent bee7a9444a
commit 9800f9ae8a
97 changed files with 8969 additions and 0 deletions

6
app/.htaccess Normal file
View File

@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>