X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdelete_message.php;h=4918d98e66292dba3959983389506f04cae319d6;hb=c91b2e3b5b2b35ab39b7c44bc866318b7341f7a1;hp=b6232f74aefaee29a10d98340f40afc0d878a65e;hpb=d4467150fe5126007ae625edb14ae757dbd687a0;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index b6232f74..4918d98e 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');