Update Admin\Install page

This commit is contained in:
Visman 2023-10-23 20:54:05 +07:00
parent a104d0b6b3
commit 4b48914996

View file

@ -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) {