Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
72b0988046e0d4b3a0bbf8f871285cf18f65d4c1
/
.
/
application
/
cache
/
.htaccess
blob: 6c63ed4c4d2735410ea039fe35a07762adb3710b [
file
] [
log
] [
blame
]
<IfModule
authz_core_module
>
Require all denied
</IfModule>
<IfModule
!
authz_core_module
>
Deny from all
</IfModule>