mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 06:14:51 -04:00
Updated composer.json and composer.lock. - Ran through steps in https://codeigniter.com/user_guide/installation/upgrade_452.html - Ran through steps in https://codeigniter.com/user_guide/installation/upgrade_453.html (this bumps several packages) - Ran through steps in https://codeigniter.com/user_guide/installation/upgrade_454.html - Ran through steps in https://codeigniter.com/user_guide/installation/upgrade_455.html Signed-off-by: objecttothis <objecttothis@gmail.com>
7 lines
118 B
ApacheConf
7 lines
118 B
ApacheConf
<IfModule authz_core_module>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !authz_core_module>
|
|
Deny from all
|
|
</IfModule>
|