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 = ''; }