init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
7
app/.htaccess
Normal file
7
app/.htaccess
Normal file
|
@ -0,0 +1,7 @@
|
|||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</IfModule>
|
Reference in a new issue