X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fdelete_message.php;h=4918d98e66292dba3959983389506f04cae319d6;hb=b4df37a525c34a317d5f6ff10baa518f75448703;hp=966578e0f9ee123c7e9a417664b8f13ffa213089;hpb=245a6892bf5c780904ef9677f24d624ea17e0749;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index 966578e0..4918d98e 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -1,42 +1,21 @@ +/** + * Include the SquirrelMail initialization file. + */ +include('../include/init.php'); +error_box('delete_message.php script is obsolete since 1.5.1.'); +$oTemplate->display('footer.tpl');