|
|
@ -125,7 +125,7 @@ if ($editFile && $isPlatformAdmin) { |
|
|
|
$default = ' |
|
|
|
$default = ' |
|
|
|
RewriteCond %{REQUEST_URI} !'.$append.'/maintenance.html$ |
|
|
|
RewriteCond %{REQUEST_URI} !'.$append.'/maintenance.html$ |
|
|
|
RewriteCond %{REMOTE_ADDR} !^'.$implode.' |
|
|
|
RewriteCond %{REMOTE_ADDR} !^'.$implode.' |
|
|
|
RewriteRule \.*$ '.$append.'/maintenance.html [R=302,L] |
|
|
|
RewriteRule ^\.*$ '.$append.'/maintenance.html [R=302,L] |
|
|
|
'; |
|
|
|
'; |
|
|
|
if (empty($block)) { |
|
|
|
if (empty($block)) { |
|
|
|
$block = $default; |
|
|
|
$block = $default; |
|
|
|