X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fdelete_message.php;h=56f6da3f76e1c3ae072288f6585ed7e7bf4e3f28;hb=1a811a46752079f895c4f483fa77a77b3ef03fd9;hp=b6232f74aefaee29a10d98340f40afc0d878a65e;hpb=d4467150fe5126007ae625edb14ae757dbd687a0;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index b6232f74..56f6da3f 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -1,18 +1,27 @@ - - - \ No newline at end of file +/* SquirrelMail required files. */ +include_once(SM_PATH . 'include/validate.php'); +include_once(SM_PATH . 'functions/display_messages.php'); + +global $color; +error_box('delete_message.php script is obsolete since 1.5.1.',$color); +$oTemplate->display('footer.tpl'); +?> \ No newline at end of file