Fix data Apache2 .htaccess typo

Signed-off-by: Simounet <contact@simounet.net>
This commit is contained in:
Simounet 2020-01-26 15:47:04 +01:00
parent 8be4efb023
commit a98f8b51c7
No known key found for this signature in database
GPG Key ID: 77D3B7DC794EB770
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";