From faac45dc73dcb396b97da619b331acb36a903e2b Mon Sep 17 00:00:00 2001 From: ycc Date: Fri, 8 May 2020 11:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=B9=B3=E5=8F=B0=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/config/config.php b/application/config/config.php index 175e76f5..9ab13994 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -30,12 +30,14 @@ switch ($_SERVER['SERVER_NAME']) { $base_url = 'https://gm.mycht.cn'; break; case 'origin-cht.mycht.cn': + echo '信息平台维护! -ycc';die(); $base_url = 'https://cht.mycht.cn'; break; case 'origin-int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; case 'origin-gh.mycht.cn': + echo '信息平台维护! -ycc';die(); $base_url = 'https://gh.mycht.cn'; break; default: