define('Root_Path',dirname(__FILE__)); // 加载基础文件 require '../../thinkphp5.1/base.php'; // think文件检查,防止TP目录计算异常 file_exists('think') || touch('think'); // 执行应用并响应 Container::get('app', ['../application/'])->run()->send();