X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/a995e194d8f5e997cfc1032389497a9f20b7d7e3..c4b50888f400fd7e0442431e859010450b55af4b:/admin.php?ds=sidebyside 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 ("", "", "");