From dcaef7044738694707ec1812125e165eab0b73c0 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Fri, 18 Dec 2015 18:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8Dstart.php=E4=B8=AD=E7=9A=84Ap?= =?UTF-8?q?p::run()=EF=BC=8C=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.php b/start.php index a37e73d0..0f837ba3 100644 --- a/start.php +++ b/start.php @@ -46,3 +46,6 @@ if (APP_HOOK && isset($mode['tags'])) { if ('sae' != APP_MODE && is_file(APP_PATH . 'build.php')) { Create::build(include APP_PATH . 'build.php'); } + +// 执行应用 +(!defined('IN_UNIT_TEST') || !IN_UNIT_TEST) && App::run(Config::get()); \ No newline at end of file