From 0ba04749f779fe4a0f8d0e718ba9fea69477f688 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 15 Jul 2018 22:07:40 +0800 Subject: [PATCH] add one more directory permission check --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5cb0639e..585e66b2 100755 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ require __DIR__.'/bootstrap/autoload.php'; // Check the runtime environment runtime_check(array( 'extensions' => array('pdo_mysql', 'openssl', 'gd', 'mbstring', 'tokenizer'), - 'write_permission' => array('storage', 'plugins') + 'write_permission' => array('storage', 'plugins', 'bootstrap/cache') )); // Process the request