diff --git a/application/config/config.php b/application/config/config.php index 87f1ba80..99f00d34 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -38,6 +38,9 @@ switch ($_SERVER['SERVER_NAME']) { case 'gh-int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; + case 'int.mycht.cn': + $base_url = 'https://int.mycht.cn'; + break; case 'origin-gh.mycht.cn': $base_url = 'https://gh.mycht.cn'; break;