Umzug zu gitlab

This commit is contained in:
2017-01-27 13:01:29 +01:00
commit a832e33012
119 changed files with 15109 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>