Change project layout for composer (#624)

This commit is contained in:
jekkos
2016-08-11 18:43:58 +02:00
parent 9e1afd3f2b
commit a6ba67e2fc
1609 changed files with 152606 additions and 869 deletions

View File

@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>