Skip to content
Snippets Groups Projects
Unverified Commit 13cfb352 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

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

Fix data Apache2 .htaccess typo
parents 23fc654f a98f8b51
No related branches found
No related tags found
No related merge requests found
...@@ -573,7 +573,7 @@ class Setup { ...@@ -573,7 +573,7 @@ class Setup {
$content .= " <IfModule mod_authz_host.c>\n"; $content .= " <IfModule mod_authz_host.c>\n";
$content .= " Order Allow,Deny\n"; $content .= " Order Allow,Deny\n";
$content .= " Deny from all\n"; $content .= " Deny from all\n";
$content .= " <IifModule>\n"; $content .= " </IfModule>\n";
$content .= " Satisfy All\n"; $content .= " Satisfy All\n";
$content .= " </IfModule>\n"; $content .= " </IfModule>\n";
$content .= "</IfModule>\n\n"; $content .= "</IfModule>\n\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment