From fd197221b193f48e7fa00bc178e5eff3e8043b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Mon, 17 Oct 2022 10:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0chinatravel=E7=AB=99=E7=82=B9?= 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 c7a3f554..3fa9f7d8 100644 --- a/wysiwyg/ckfinder/config.php +++ b/wysiwyg/ckfinder/config.php @@ -101,6 +101,9 @@ switch ($sitecode) { case 'ct': $site_url = 'https://data.chinatravel.com'; break; + case 'chinatravel': + $site_url = 'https://data.chinatravel.com'; + break; default: $site_url = ''; }