From ffdf06d36df27016a759053b990da0f8b95f19f2 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 10 Dec 2015 18:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E5=AF=B9sae=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index 3c1ebc9c..49092f85 100644 --- a/start.php +++ b/start.php @@ -43,7 +43,7 @@ if (isset($mode['tags'])) { } // 自动生成 -if (is_file(APP_PATH . 'build.php')) { +if ('sae' != APP_MODE && is_file(APP_PATH . 'build.php')) { Create::build(include APP_PATH . 'build.php'); }