Update Admin\Install page
This commit is contained in:
parent
a104d0b6b3
commit
4b48914996
1 changed files with 3 additions and 0 deletions
|
@ -114,9 +114,12 @@ class Install extends Admin
|
|||
$folders = [
|
||||
$this->c->DIR_CONFIG,
|
||||
$this->c->DIR_CONFIG . '/db',
|
||||
$this->c->DIR_CONFIG . '/ext',
|
||||
$this->c->DIR_CACHE,
|
||||
$this->c->DIR_CACHE . '/polls',
|
||||
$this->c->DIR_PUBLIC . '/img/avatars',
|
||||
$this->c->DIR_PUBLIC . '/upload',
|
||||
$this->c->DIR_LOG,
|
||||
];
|
||||
|
||||
foreach ($folders as $folder) {
|
||||
|
|
Loading…
Add table
Reference in a new issue