From dc3ee861344c50e9e36a54ce4e6c9092d5d155cd Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Mon, 23 Oct 2017 13:51:55 +0800 Subject: [PATCH] modified: public/index.php --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index 2bcda24..b0bb92e 100644 --- a/public/index.php +++ b/public/index.php @@ -17,4 +17,5 @@ define('APP_PATH', __DIR__ . '/../application/'); // 加载框架引导文件 require __DIR__ . '/../thinkphp/start.php'; +//消除缓存 clearTemp(RUNTIME_PATH); \ No newline at end of file