]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix data Apache2 .htaccess typo 19165/head
authorSimounet <contact@simounet.net>
Sun, 26 Jan 2020 14:47:04 +0000 (15:47 +0100)
committerSimounet <contact@simounet.net>
Wed, 5 Feb 2020 10:17:58 +0000 (11:17 +0100)
Signed-off-by: Simounet <contact@simounet.net>
lib/private/Setup.php

index a44b0fd488f387b38c3aac6ab4e7d8e7d67b549a..9b604895468e8bf5afdc7661aef11eb880dd1a02 100644 (file)
@@ -573,7 +573,7 @@ class Setup {
                $content .= "    <IfModule mod_authz_host.c>\n";
                $content .= "      Order Allow,Deny\n";
                $content .= "      Deny from all\n";
-               $content .= "    <IifModule>\n";
+               $content .= "    </IfModule>\n";
                $content .= "    Satisfy All\n";
                $content .= "  </IfModule>\n";
                $content .= "</IfModule>\n\n";