mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 22:16:13 +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
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
</IfModule>
|
||||
|
||||
# Apache ≥ 2.3
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Apache < 2.3
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
</IfModule>
|
||||
|
||||
# Apache ≥ 2.3
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
Require all denied
|
||||
</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