diff --git a/delete.php b/delete.php index 1ae3a8d9..971de074 100644 --- a/delete.php +++ b/delete.php @@ -88,19 +88,12 @@ if ($_SERVER['REQUEST_METHOD'] == "GET") $tMessage = $PALANG['pDelete_delete_error'] . "$fDelete (physical mail)!"; if ($CONF['database_type'] == "pgsql") db_query('ROLLBACK'); } - - include ("./templates/header.tpl"); - include ("./templates/menu.tpl"); - include ("./templates/message.tpl"); - include ("./templates/footer.tpl"); } -if ($_SERVER['REQUEST_METHOD'] == "POST") -{ - include ("./templates/header.tpl"); - include ("./templates/menu.tpl"); - include ("./templates/message.tpl"); - include ("./templates/footer.tpl"); -} +include ("./templates/header.tpl"); +include ("./templates/menu.tpl"); +include ("./templates/message.tpl"); +include ("./templates/footer.tpl"); + /* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?>