]> source.dussan.org Git - nextcloud-server.git/commitdiff
Missing line return
authorTom Needham <needham.thomas@gmail.com>
Sun, 8 Jan 2012 21:18:21 +0000 (21:18 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sun, 8 Jan 2012 21:18:21 +0000 (21:18 +0000)
lib/setup.php

index 1b74e945196c5205fe25802e511448a2ad5ceab6..9a40c36f62c2d1ccaceef85485fa8fbf5b5df9cf 100644 (file)
@@ -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";