educenturystar.com/logo.php?/ArTicle/details/35587925.shtml
nmgjxjy.jgpgjy.com/logo.php?/ArTicle/details/19623956.shtml
www.starwheat.cn/logo.php?/ArTicle/details/47061195.shtml
sky.crdhh.cn/logo.php?/ArTicle/details/35430953.shtml
24327learning.32.hzgqapp.com/logo.php?/ArTicle/details/26649051.shtml
888.lepeisi.com/logo.php?/ArTicle/details/50331563.shtml
mallphp.sns318.net/logo.php?/ArTicle/details/94061501.shtml
http://www.softba.cn/logo.php?/ArTicle/details/19138194.shtml
www.kxwsl.com/logo.php?/ArTicle/details/22962814.shtml
www.ks520.top/logo.php?/ArTicle/details/08127096.shtml
slxkfmy.com/logo.php?/ArTicle/details/88245249.shtml
unsabpcesa.fr/logo.php?/ArTicle/details/55706642.shtml
hk01230825182405.hk01.88081.cn/logo.php?/ArTicle/details/91957663.shtml
m2-test.hot-basketball.com/logo.php?/ArTicle/details/89317148.shtml
duanju.bajiaoxinxi.com/logo.php?/ArTicle/details/29031467.shtml
k.tianmingcms.com/logo.php?/ArTicle/details/58059898.shtml
gaiabuya.com/logo.php?/ArTicle/details/87152219.shtml
www.yoilkj.com/logo.php?/ArTicle/details/60502075.shtml
www.talenetgroup.com/logo.php?/ArTicle/details/34030969.shtml
www.zhsp.com.cn/logo.php?/ArTicle/details/96901364.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';