X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fdelete_message.php;h=8669dc1b933bc90fe9fbe0cd6a0039f5d4de455b;hp=b6232f74aefaee29a10d98340f40afc0d878a65e;hb=39790db7cdf3a4705e169e4f57450449ae23b570;hpb=d4467150fe5126007ae625edb14ae757dbd687a0 diff --git a/src/delete_message.php b/src/delete_message.php index b6232f74..8669dc1b 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -1,18 +1,21 @@ - - - \ No newline at end of file +/** + * 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');