碰到一个搞笑的事,是我不懂,还是有问题,朋友位进来看看,里面怎么有SHOEX的授权呀

2016-07-07 16:21 来源:www.chinab4c.com 作者:ecshop专家

这是我在模板里看到的,
/**
* 授权信息内容
*
* @returnstr
*/
function license_info()
{
if($GLOBALS['_CFG']['licensed'] > 0)
{
/* 获取HOST */
if (isset($_SERVER['HTTP_X_FORWARDED_HOST']))
{
$host = $_SERVER['HTTP_X_FORWARDED_HOST'];
}
elseif (isset($_SERVER['HTTP_HOST']))
{
$host = $_SERVER['HTTP_HOST'];
}
//$license = '<a href="http://license.comsenz.com/?pid=4&host='. $host .'">Licensed</a>';
$host = 'http://' . $host . '/';
$license = '<a href="http://service.shopex.cn/auth.php?product=ecshop&url=' . urlencode($host) . '">Licensed</a>';
return $license;
}
else
{
return '';
}
}
?>

回答:
这有啥奇怪的
ECSHOP 本来就是被SHOPEX收购了啊

喔,晕,我以为是两家呢,SORRY