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