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 committed by Backportbot
parent 062d9dadcb
commit e5dd55c935

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