namespace think;
// 加载基础文件
//require __DIR__ . '/../thinkphp/base.php';
require __DIR__ . '/thinkphp/base.php';
// 支持事先使用静态方法设置Request对象和Config对象
// 执行应用并响应
Container::get('app',[__DIR__ . '/application/'])->run()->send();
Copyright © 2013-2021 8a.hk All Rights Reserved. 八艾云 版权所有 中山市八艾云计算有限公司 粤ICP备14095776号