mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +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
|
|
@ -41,6 +41,11 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="message update cleanup_list" cond="$cleanup_list">
|
||||
<h2>{$lang->msg_cleanup_notice_title}</h2>
|
||||
<p>{sprintf($lang->msg_cleanup_notice_content, number_format(count($cleanup_list)), getUrl('', 'module', 'admin', 'act', 'dispAdminCleanupList'))|noescape}</p>
|
||||
</div>
|
||||
|
||||
<div class="message update core_update" data-current-version="{\RX_VERSION}">
|
||||
<h2>{$lang->update_available}</h2>
|
||||
<p>{$lang->core_update_available} <a href="https://rhymix.org/" target="_blank">{$lang->core_update_link}</a></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue