Pārlūkot izejas kodu

Add missing newlines to .htaccess

Signed-off-by: MichaIng <micha@dietpi.com>
tags/v18.0.0beta4
MichaIng pirms 4 gadiem
vecāks
revīzija
5afd7abf44
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      lib/private/Setup.php

+ 2
- 2
lib/private/Setup.php Parādīt failu

@@ -547,7 +547,7 @@ class Setup {
$content .= " Require all denied\n";
$content .= "</IfModule>\n";
$content .= "<IfModule mod_access_compat.c>\n";
$content .= " Order Allow,Deny";
$content .= " Order Allow,Deny\n";
$content .= " Deny from all\n";
$content .= " Satisfy All\n";
$content .= "</IfModule>\n\n";
@@ -555,7 +555,7 @@ class Setup {
$content .= "<IfModule !mod_authz_core.c>\n";
$content .= " <IfModule !mod_access_compat.c>\n";
$content .= " <IfModule mod_authz_host.c>\n";
$content .= " Order Allow,Deny";
$content .= " Order Allow,Deny\n";
$content .= " Deny from all\n";
$content .= " <IifModule>\n";
$content .= " Satisfy All\n";

Notiek ielāde…
Atcelt
Saglabāt