Initialer Commit in GIT

This commit is contained in:
2014-10-01 07:19:14 +02:00
parent f3ccccc47e
commit dd1558b954
113 changed files with 14242 additions and 0 deletions

7
public/.htaccess Normal file
View File

@ -0,0 +1,7 @@
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>