add one more directory permission check

This commit is contained in:
Pig Fang 2018-07-15 22:07:40 +08:00
parent a53743862f
commit 0ba04749f7

View File

@ -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