Private
Public Access
1
0

initial commit && create project in symfony3

This commit is contained in:
2016-09-22 13:56:57 +02:00
commit f4d2aad81c
867 changed files with 304033 additions and 0 deletions

7
app/.htaccess Normal file
View 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>