mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +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
|
|
@ -5,7 +5,10 @@
|
|||
<!-- Dashboard -->
|
||||
<action name="dispAdminIndex" class="Controllers\Dashboard" index="true" />
|
||||
<action name="procAdminLogout" class="Controllers\Dashboard" method="GET|POST" />
|
||||
<action name="procAdminRecompileCacheFile" class="Controllers\CacheReset" />
|
||||
<!-- Maintenance -->
|
||||
<action name="procAdminRecompileCacheFile" class="Controllers\Maintenance\CacheReset" />
|
||||
<action name="dispAdminCleanupList" class="Controllers\Maintenance\Cleanup" />
|
||||
<action name="procAdminCleanupFiles" class="Controllers\Maintenance\Cleanup" />
|
||||
<!-- Server Env -->
|
||||
<action name="dispAdminViewServerEnv" class="Controllers\ServerEnv" />
|
||||
<action name="dispAdminRewriteTest" class="Controllers\ServerEnv" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue