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