Merge pull request #19165 from Simounet/fix/data-apache-htaccess-typo

Fix data Apache2 .htaccess typo
This commit is contained in:
John Molakvoæ 2020-02-05 12:32:05 +01:00 committed by GitHub
commit 13cfb352ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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";