mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
public path should not be writable, but base path should
This commit is contained in:
@@ -42,7 +42,7 @@ class InstallServiceProvider extends AbstractServiceProvider
|
|||||||
'pdo_mysql',
|
'pdo_mysql',
|
||||||
]),
|
]),
|
||||||
new WritablePaths([
|
new WritablePaths([
|
||||||
public_path(),
|
base_path(),
|
||||||
public_path('assets'),
|
public_path('assets'),
|
||||||
storage_path(),
|
storage_path(),
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user