Fix data Apache2 .htaccess typo
Signed-off-by: Simounet <contact@simounet.net>
This commit is contained in:
parent
062d9dadcb
commit
e5dd55c935
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue