aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/prepare.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/prepare.php')
-rwxr-xr-xcli/prepare.php25
1 files changed, 13 insertions, 12 deletions
diff --git a/cli/prepare.php b/cli/prepare.php
index e587c821a..414b48cd8 100755
--- a/cli/prepare.php
+++ b/cli/prepare.php
@@ -25,18 +25,19 @@ foreach ($dirs as $dir) {
}
file_put_contents(DATA_PATH . '/.htaccess', <<<'EOF'
- # Apache 2.2
- <IfModule !mod_authz_core.c>
- Order Allow,Deny
- Deny from all
- Satisfy all
- </IfModule>
-
- # Apache 2.4
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
- EOF
+# Apache 2.2
+<IfModule !mod_authz_core.c>
+ Order Allow,Deny
+ Deny from all
+ Satisfy all
+</IfModule>
+
+# Apache 2.4
+<IfModule mod_authz_core.c>
+ Require all denied
+</IfModule>
+
+EOF
);
accessRights();