fix https baseurl

hotfix/paypal-note
LMR 4 years ago
parent 186d08b2ed
commit d764009571

@ -35,6 +35,9 @@ switch ($_SERVER['SERVER_NAME']) {
case 'origin-int.mycht.cn':
$base_url = 'https://int.mycht.cn';
break;
case 'gh-int.mycht.cn':
$base_url = 'https://gh-int.mycht.cn';
break;
case 'origin-gh.mycht.cn':
$base_url = 'https://gh.mycht.cn';
break;

Loading…
Cancel
Save