From 042c54cb3def226a3c7595f9a8c23c594ca10d71 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 16 Jul 2024 15:55:06 +0800 Subject: [PATCH] add gm to series site --- application/helpers/info_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/info_helper.php b/application/helpers/info_helper.php index 8781f6e8..f3ed7513 100644 --- a/application/helpers/info_helper.php +++ b/application/helpers/info_helper.php @@ -77,7 +77,7 @@ function is_series_site() { $CI = &get_instance(); $sitecode = $CI->config->item('site_code'); - if (in_array($sitecode, array('jp', 'vc', 'vac', 'ru', 'it', 'gh_jp', 'gh_vc', 'gh_vac', 'gh_ru', 'gh_it', 'gh_gm'))) { + if (in_array($sitecode, array('jp', 'vc', 'vac', 'ru', 'it', 'gh_jp', 'gh_vc', 'gh_vac', 'gh_ru', 'gh_it', 'gh_gm', 'gm'))) { return true; } else { return false;