xipeijiaoyu.xpedu.net/logo.php?/ArTicle/details/55088339.shtml
www.kbjxzy.com/logo.php?/ArTicle/details/37152856.shtml
www.cainew.cn/logo.php?/ArTicle/details/89687632.shtml
wanwanhpl.pandait.net/logo.php?/ArTicle/details/04641797.shtml
sysadmin.52cunzhuang.com/logo.php?/ArTicle/details/91041753.shtml
www.m-itech.cn/logo.php?/ArTicle/details/46252533.shtml
express.xingyaokj.com/logo.php?/ArTicle/details/91618805.shtml
www.glpskj.com/logo.php?/ArTicle/details/94894036.shtml
n7.posge.com/logo.php?/ArTicle/details/22497610.shtml
www.zjwstv.cn/logo.php?/ArTicle/details/65348719.shtml
http://www.lingzhihui88.top/logo.php?/ArTicle/details/15918919.shtml
chenfangyuan.com/logo.php?/ArTicle/details/74956747.shtml
888.lepeisi.com/logo.php?/ArTicle/details/21617868.shtml
xcx.huluwabc.com/logo.php?/ArTicle/details/72232123.shtml
https://bss-dev-wan.kwvpn.com/logo.php?/ArTicle/details/27657128.shtml
www.lthsmetech.com/logo.php?/ArTicle/details/65752271.shtml
http://demo1.qmbmb.top/logo.php?/ArTicle/details/73700429.shtml
https://sph.mxy.fit/logo.php?/ArTicle/details/75674483.shtml
xo.cuangezhan.com/logo.php?/ArTicle/details/20233035.shtml
http://ks520.top/logo.php?/ArTicle/details/86925100.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';