mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
add one more directory permission check
This commit is contained in:
parent
a53743862f
commit
0ba04749f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user