Initialer Commit in GIT

This commit is contained in:
2014-10-01 07:31:51 +02:00
parent 4e95f399da
commit edb41e47b2
32 changed files with 3156 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>