azheteng.cn/logo.php?/ArTicle/details/85283402.shtml
www.winitfz.cn/logo.php?/ArTicle/details/03610255.shtml
ketang.weixin4.cn/logo.php?/ArTicle/details/97211819.shtml
www.fyglf.com/logo.php?/ArTicle/details/21391293.shtml
www.hbyyfs.cn/logo.php?/ArTicle/details/83908243.shtml
ticket.bingyongjin.vip/logo.php?/ArTicle/details/57222162.shtml
xcx.yuanmeng678.com/logo.php?/ArTicle/details/28585206.shtml
ayc.baishihuanyu.com/logo.php?/ArTicle/details/18406732.shtml
haopin.jxbhwl.com/logo.php?/ArTicle/details/40327541.shtml
k.yhjac.cn/logo.php?/ArTicle/details/28280018.shtml
www.jgzkcenter.cn/logo.php?/ArTicle/details/14126187.shtml
epos.sdpdd.cn/ArTicle/details/62347044.shtml
www.szjcdc.com/logo.php?/ArTicle/details/05562822.shtml
www.fbcrm.cn/ArTicle/details/13218189.shtml
hk01240509020000.hk01.88081.cn/logo.php?/ArTicle/details/44628452.shtml
www.wisewell-home.com/ArTicle/details/17812368.shtml
www.u7vy.com/logo.php?/ArTicle/details/33730416.shtml
wx.zhizhong.xin//logo.php?/ArTicle/details/23713695.shtml
www.yfdddl.com/logo.php?/ArTicle/details/81226741.shtml
yqh.kakuyun.cn/logo.php?/ArTicle/details/43068051.shtml
/**
* @copyright (C)2016-2099 Hnaoyun Inc.
* @author XingMeng
* @email hnxsh@foxmail.com
* @date 2016年11月5日
* 用户前端入口文件
*/
// 定义为入口文件
define('IS_INDEX', true);
// 入口文件地址绑定
define('URL_BIND', 'home');
// PHP版本检测
if (PHP_VERSION < '5.4') {
header('Content-Type:text/html; charset=utf-8');
exit('您服务器PHP的版本太低,程序要求PHP版本不小于5.4');
}
// 引用内核启动文件
require dirname(__FILE__) . '/core/start.php';