From 42c314595967442fe878cc9dd213c111082cca08 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Mon, 4 Mar 2024 11:13:08 +0800 Subject: [PATCH] add case 'origin-gm.mycht.cn': $base_url = 'https://gm.mycht.cn'; break; --- application/config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/config/config.php b/application/config/config.php index 17cf1498..697eabd2 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -42,6 +42,9 @@ switch ($_SERVER['SERVER_NAME']) { case 'int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; + case 'gm.mycht.cn': + $base_url = 'https://gm.mycht.cn'; + break; case 'origin-gh.mycht.cn': $base_url = 'https://gh.mycht.cn'; break;