X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/a6c1ba9e0d7305fc75eb216d1646d5a59d044986..03d1001bce1a6d3ba0cce77199a6e1ad686e8273:/admin.php diff --git a/admin.php b/admin.php index 80b18b1..a91d529 100644 --- a/admin.php +++ b/admin.php @@ -136,26 +136,6 @@ require (JIRAFEAU_ROOT . 'lib/template/header.php'); - -
- - - - - - - - - - -
- -
@@ -237,14 +217,6 @@ 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 ("", "", "");