Files
codeigniter
application
assets
system
core
database
fonts
helpers
language
libraries
.htaccess
index.html
.editorconfig
.gitignore
composer.json
index.php
license.txt
readme.rst
.gitignore
README.md
SAE_DEV2.2_2024/codeigniter/system/.htaccess

6 lines
117 B
ApacheConf
Raw Normal View History

2024-05-25 00:33:32 +02:00
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>