Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2020-01-26 17:47:04 +0300
committerSimounet <contact@simounet.net>2020-02-05 13:17:58 +0300
commita98f8b51c7c9dca3cc75ed3cde786b1664102e9d (patch)
tree222e002fabffbde285f335fbe5bae545c550c527 /lib
parent8be4efb0234a8bd3ea5d90f230efc40732291235 (diff)
Fix data Apache2 .htaccess typo
Signed-off-by: Simounet <contact@simounet.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php
index a44b0fd488f..9b604895468 100644
--- a/lib/private/Setup.php
+++ b/lib/private/Setup.php
@@ -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";