X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fdelete_message.php;h=4918d98e66292dba3959983389506f04cae319d6;hp=132b68c975edb7f515a8e8337e1686fcbc50d113;hb=cd60d6082e0060ed5d5182baa24e1cab6db5ad05;hpb=a2790a617beaef97a2d87e5bebc0e37a12c8c2ea diff --git a/src/delete_message.php b/src/delete_message.php index 132b68c9..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');