From 9e5c12a8cf94574792f97450562784d4617eea9f Mon Sep 17 00:00:00 2001 From: Crazy-White <565332016@qq.com> Date: Wed, 6 May 2020 21:32:41 +0800 Subject: [PATCH] able to skip checking RewriteEngine --- conststr.php | 4 ++++ platform/normal.php | 14 ++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/conststr.php b/conststr.php index 1dffcc5..6d11daa 100644 --- a/conststr.php +++ b/conststr.php @@ -716,6 +716,10 @@ $constStr = [ 'ko-kr' => '다시 쓰기 (의사 정적) 기능이 활성화되어 있는지 확인하십시오.', 'fa' => 'لطفاً مطمئن شوید که RewriteEngine روشن است.', ], + 'SkipCheckingRewrite' => [ + 'en-us' => 'Set RewriteEngine later.', + 'zh-cn' => '待会再配置重写(伪静态)功能。' + ], 'CopyUrl' => [ 'en-us' => 'Copy URL', 'zh-cn' => '复制链接', diff --git a/platform/normal.php b/platform/normal.php index 432211d..c362fbc 100644 --- a/platform/normal.php +++ b/platform/normal.php @@ -142,7 +142,8 @@ function install() $title = 'Error'; return message($html, $title, 201); }*/ - $html .= ' + $html .= ' +