mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 01:36:12 +01:00
[TASK] Add the default directory structure (#7)
Also use spaces for indentation in the .htaccess files.
This commit is contained in:
parent
d4e55df95a
commit
bbb6f8e5f0
9 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Apache < 2.3
|
# Apache < 2.3
|
||||||
<IfModule !mod_authz_core.c>
|
<IfModule !mod_authz_core.c>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
Satisfy All
|
Satisfy All
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# Apache ≥ 2.3
|
# Apache ≥ 2.3
|
||||||
<IfModule mod_authz_core.c>
|
<IfModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Apache < 2.3
|
# Apache < 2.3
|
||||||
<IfModule !mod_authz_core.c>
|
<IfModule !mod_authz_core.c>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
Satisfy All
|
Satisfy All
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# Apache ≥ 2.3
|
# Apache ≥ 2.3
|
||||||
<IfModule mod_authz_core.c>
|
<IfModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
0
Tests/Functional/Domain/Repository/.gitkeep
Normal file
0
Tests/Functional/Domain/Repository/.gitkeep
Normal file
0
Tests/Unit/Controller/.gitkeep
Normal file
0
Tests/Unit/Controller/.gitkeep
Normal file
0
Tests/Unit/Domain/Model/.gitkeep
Normal file
0
Tests/Unit/Domain/Model/.gitkeep
Normal file
0
Tests/Unit/Domain/Repository/.gitkeep
Normal file
0
Tests/Unit/Domain/Repository/.gitkeep
Normal file
Loading…
Reference in a new issue