mirror of
https://github.com/flarum/core.git
synced 2025-06-12 17:42:07 +02:00
Require extensions directory to be writable
This commit is contained in:
@ -60,6 +60,7 @@ class IndexAction extends HtmlAction
|
||||
$paths = [
|
||||
public_path(),
|
||||
public_path().'/assets',
|
||||
public_path().'/extensions',
|
||||
storage_path()
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user