X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/a995e194d8f5e997cfc1032389497a9f20b7d7e3..bd23d65292b6eda5c00e85ddce27235b5529a565:/admin.php diff --git a/admin.php b/admin.php index 2fd8d29..5867961 100755 --- a/admin.php +++ b/admin.php @@ -145,6 +145,26 @@ require (JIRAFEAU_ROOT . 'lib/template/header.php'); + +
+ + + + + + + + + + +
+ +
@@ -226,6 +246,14 @@ if (isset ($_POST['action'])) echo t('Number of cleaned files') . ' : ' . $total; echo '

'; } + elseif (strcmp ($_POST['action'], 'clean_block') == 0) + { + $total = jirafeau_admin_clean_block (); + echo '
' . NL; + echo '

'; + echo t('Number of cleaned files') . ' : ' . $total; + echo '

'; + } elseif (strcmp ($_POST['action'], 'list') == 0) { jirafeau_admin_list ("", "", "");