Move procAdminRecompileCacheFile() to its own class

This commit is contained in:
Kijin Sung 2022-12-27 21:58:28 +09:00
parent b9e55c05e6
commit 01b408fb6b
4 changed files with 134 additions and 109 deletions

View file

@ -5,6 +5,7 @@
<!-- Dashboard -->
<action name="dispAdminIndex" class="Controllers\Dashboard" index="true" />
<action name="procAdminLogout" class="Controllers\Dashboard" method="GET|POST" />
<action name="procAdminRecompileCacheFile" class="Controllers\CacheReset" />
<!-- Server Env -->
<action name="dispAdminViewServerEnv" class="Controllers\ServerEnv" />
<action name="dispAdminRewriteTest" class="Controllers\ServerEnv" standalone="true" />