mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
fix admin setting authorization + cleanup trans
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$lang_docleanup = [
|
||||
'title' => '执行清理',
|
||||
'running' => '清理进行中,请稍候...',
|
||||
'force' => '如需要强制彻底清理,点击<a href="docleanup.php?forceall=1">这里</a>',
|
||||
'time_consumed' => '耗时:%f 秒',
|
||||
'done' => '完成',
|
||||
];
|
||||
Reference in New Issue
Block a user