From c83d063b6ab325b3d02b9255a5169d7427164dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A=20=EF=BC=88ycc=EF=BC=89?= Date: Thu, 9 Apr 2020 16:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gh=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/config/config.php b/application/config/config.php index 0f16de62..a4cd0a2f 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -35,6 +35,9 @@ switch ($_SERVER['SERVER_NAME']) { case 'origin-int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; + case 'origin-gh.mycht.cn': + $base_url = 'https://gh.mycht.cn'; + break; default: $base_url = ''; }