Commit b7adbe9f authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-928 Fixed indentation, removed debug.txt block.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 20dafd75
...@@ -27,18 +27,10 @@ ...@@ -27,18 +27,10 @@
Order allow,deny Order allow,deny
allow from all allow from all
</IfModule> </IfModule>
<IfModule mod_authz_core.c> <IfModule mod_authz_core.c>
Require all granted Require all granted
</IfModule> </IfModule>
<Files "debug.txt">
<IfModule !mod_authz_core.c>
Deny from All
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</Files>
<Files "config.php"> <Files "config.php">
<IfModule !mod_authz_core.c> <IfModule !mod_authz_core.c>
Deny from All Deny from All
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment