mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Automatically check for unnecessary files in the Dashboard
This commit is contained in:
parent
ba107a6abf
commit
87266f9440
4 changed files with 15 additions and 2 deletions
|
|
@ -131,7 +131,11 @@ class Dashboard extends Base
|
|||
Context::set('latestMemberList', $output->data);
|
||||
unset($args, $output, $columnList);
|
||||
}
|
||||
|
||||
// Check unnecessary files
|
||||
$cleanup_list = Maintenance\Cleanup::getInstance()->checkFiles();
|
||||
|
||||
Context::set('cleanup_list', $cleanup_list);
|
||||
Context::set('module_list', $module_list);
|
||||
Context::set('needUpdate', false);
|
||||
Context::set('addTables', $addTables);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue