From ae46c5e222457357d799d718a11967ef6d22a1ee Mon Sep 17 00:00:00 2001 From: ycc Date: Fri, 8 May 2020 13:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 9ab13994..175e76f5 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -30,14 +30,12 @@ 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: