misc.mifdz.com/logo.php?/ArTicle/details/44650027.shtml
k.yhjac.cn/logo.php?/ArTicle/details/53464100.shtml
yqh.kakuyun.cn/logo.php?/ArTicle/details/61141106.shtml
www.goeg1e.com/logo.php?/ArTicle/details/29155902.shtml
jubao.qiankunquan.net/logo.php?/ArTicle/details/00798715.shtml
xcx.yuanmeng678.com/logo.php?/ArTicle/details/04907179.shtml
www.fyglf.com/logo.php?/ArTicle/details/58487773.shtml
1.make-win.cn/logo.php?/ArTicle/details/08257449.shtml
www.xhkuaituan.cn/ArTicle/details/37122227.shtml
www.szjcdc.com/logo.php?/ArTicle/details/72594697.shtml
aiyi.aiyiwang.net/logo.php?/ArTicle/details/93873082.shtml
saas.ssmapsy.cn/logo.php?/ArTicle/details/45505252.shtml
wxss.mengxintianxia.com/logo.php?/ArTicle/details/54776655.shtml
www.u7vy.com/logo.php?/ArTicle/details/50079472.shtml
www.winitfz.cn/logo.php?/ArTicle/details/24396698.shtml
www.80003.cn/logo.php?/ArTicle/details/18292010.shtml
www.liansug.com/logo.php?/ArTicle/details/21024378.shtml
www.jnjdsc.top/logo.php?/ArTicle/details/23315799.shtml
wx.umail.cn/logo.php?/ArTicle/details/29104950.shtml
www.hbyyfs.cn/logo.php?/ArTicle/details/77494521.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';