X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/12b5f1c92a8860eb2f72b99d6eda34971f82463e..0a1877c8b626bfed0d9d7f411695f80356d86258:/admin.php?ds=sidebyside diff --git a/admin.php b/admin.php old mode 100755 new mode 100644 index 80b18b1..a91d529 --- 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 ("", "", "");