X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fdelete_message.php;h=4918d98e66292dba3959983389506f04cae319d6;hb=ebd2391cb0c5e3049870f90fa8a8b28707e9571a;hp=3f2813973b1f66837ca302505a4a21fbfcc0b9b6;hpb=1809bad8f78a708bd2df0c535a29b94ae21a24d1;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index 3f281397..4918d98e 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -1,39 +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');