From 6db93ae890d7e4f4faaecd1fa5ce47b38e63a90f Mon Sep 17 00:00:00 2001 From: 7IN0SAN9 Date: Fri, 18 Dec 2015 14:13:25 +0800 Subject: [PATCH] indexTest --- start.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/start.php b/start.php index bb9a0464..a37e73d0 100644 --- a/start.php +++ b/start.php @@ -46,6 +46,3 @@ if (APP_HOOK && isset($mode['tags'])) { if ('sae' != APP_MODE && is_file(APP_PATH . 'build.php')) { Create::build(include APP_PATH . 'build.php'); } - -// 执行应用 -App::run(Config::get());