mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add admin screen to delete unnecessary core files from older versions
This commit is contained in:
parent
e97f44826d
commit
ba107a6abf
7 changed files with 488 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ class AdminAdminController extends Admin
|
|||
|
||||
public function procAdminRecompileCacheFile()
|
||||
{
|
||||
return Rhymix\Modules\Admin\Controllers\CacheReset::getInstance()->procAdminRecompileCacheFile();
|
||||
return Rhymix\Modules\Admin\Controllers\Maintenance\CacheReset::getInstance()->procAdminRecompileCacheFile();
|
||||
}
|
||||
|
||||
public function _insertFavorite($site_srl, $module, $type = 'module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue