Skip to content
Snippets Groups Projects
Commit 5e406537 authored by Tom Needham's avatar Tom Needham
Browse files

Missing line return

parent fbb126cd
Branches
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ class OC_Setup {
$content.= "php_value post_max_size 512M\n";
$content.= "SetEnv htaccessWorking true\n";
$content.= "</IfModule>\n";
$content.= "<IfModule mod_rewrite.c>";
$content.= "<IfModule mod_rewrite.c>\n";
$content.= "RewriteEngine on\n";
$content.= "RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]\n";
$content.= "</IfModule>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment