From ecd1a3b3652ca5f1f30b259fad0c6b6e50ad3c61 Mon Sep 17 00:00:00 2001 From: ycc Date: Fri, 26 Mar 2021 14:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=8A=9F=E8=83=BD=E7=9A=84=E5=AE=89=E8=A3=85=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wysiwyg/ckfinder/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wysiwyg/ckfinder/config.php b/wysiwyg/ckfinder/config.php index 60f6f6fe..bedf68f9 100644 --- a/wysiwyg/ckfinder/config.php +++ b/wysiwyg/ckfinder/config.php @@ -71,6 +71,9 @@ switch ($sitecode){ case 'cht': $site_url='https://data.chinahighlights.com'; break; + case 'ch': + $site_url='https://data.chinahighlights.com'; + break; case 'gm': $site_url='https://data.chinarundreisen.com'; break;