X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fdelete_message.php;h=56f6da3f76e1c3ae072288f6585ed7e7bf4e3f28;hb=6d671aa173c54d4ec3a8de86f46e89d4ccc03f70;hp=2d6420b2fa57e54c1a985acf52b41681d06acda4;hpb=a2b193bc8c1cefe3db9f4b38ce346f0527a0ec0e;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index 2d6420b2..56f6da3f 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -3,11 +3,10 @@ /** * delete_message.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * Deletes a meesage from the IMAP server * + * @copyright © 1999-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -19,11 +18,10 @@ define('SM_PATH','../'); /* SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); +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); - -?> - \ No newline at end of file +$oTemplate->display('footer.tpl'); +?> \ No newline at end of file