Issue #1854 adding a new tab in maintenance page

This commit is contained in:
Willy "Linty
2023-12-04 17:34:52 +01:00
parent cba04ce5c6
commit 0ac1131e8c
9 changed files with 794 additions and 21 deletions
+1
View File
@@ -282,6 +282,7 @@ list($db_current_date) = pwg_db_fetch_row(pwg_query('SELECT now();'));
$template->assign(
array(
'maint_actions' => $maint_actions,
'U_MAINT_CATEGORIES' => sprintf($url_format, 'categories'),
'U_MAINT_IMAGES' => sprintf($url_format, 'images'),
'U_MAINT_ORPHAN_TAGS' => sprintf($url_format, 'delete_orphan_tags'),