fix admin setting authorization + cleanup trans

This commit is contained in:
xiaomlove
2022-07-18 17:50:05 +08:00
parent 1759f4abfc
commit e5d996cb75
10 changed files with 48 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
$lang_docleanup = [
'title' => 'Do Clean-up',
'running' => 'clean-up in progress...please wait',
'force' => 'If you need to force a complete cleaning, click<a href="docleanup.php?forceall=1">here</a>',
'time_consumed' => 'Time consumed%f sec',
'done' => 'Done',
];