hotfix/paypal-note
LMR 3 years ago
parent 7713d8d883
commit 8da7189944

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

Loading…
Cancel
Save