mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix admin setting authorization + cleanup trans
This commit is contained in:
@@ -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',
|
||||
];
|
||||
Reference in New Issue
Block a user