master
elf 11 months ago
parent b579fd4670
commit 83616c37ff

@ -1108,6 +1108,6 @@ function getMarketLevel()
}
function isOutPaySite() {
return $_SERVER['HTTP_HOST'] == 'tg.jianghuifa.cn';
return $_SERVER['HTTP_HOST'] == 'outermg.jianghuifa.cn';
}

@ -1423,5 +1423,5 @@ function is_active_class(array $controllers, array $actions, \Closure $otherCond
function isOutPaySite() {
return $_SERVER['HTTP_HOST'] == 'mg.jianghuifa.cn';
return $_SERVER['HTTP_HOST'] == 'outertg.jianghuifa.cn';
}

Loading…
Cancel
Save