From 2e65c3268ef18f773a960f8937c30458ad946909 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 4 May 2017 16:33:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=20runtim?= =?UTF-8?q?e=20=E5=88=B0=E9=A1=B9=E7=9B=AE=E6=A0=B9=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++--- index.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 45773e0d2..a1c954148 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ !.gitignore /.idea /.svn -/runtime/ +/runtime /composer.lock /public/upload /nbproject -/static/runtime/ -/static/upload/ \ No newline at end of file +/runtime +/static/upload \ No newline at end of file diff --git a/index.php b/index.php index b808f6d38..2636da582 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ session_name('s' . substr(md5(__FILE__), 0, 8)); define('APP_PATH', __DIR__ . '/application/'); /* 定义Runtime运行目录 */ -define('RUNTIME_PATH', __DIR__ . '/static/runtime/'); +define('RUNTIME_PATH', __DIR__ . '/runtime/'); /* 加载框架引导文件 */ require __DIR__ . '/thinkphp/start.php';