X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fdelete_message.php;h=4918d98e66292dba3959983389506f04cae319d6;hb=d56050e17bf919a100069eee0a454083bb9b0a05;hp=a46f96e45b841d41a4b64e929a94ed6a1433ad7b;hpb=1b858d863d345dc7bcc4bed0c169091b084b3a0c;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index a46f96e4..4918d98e 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -5,16 +5,17 @@ * * Deletes a meesage from the IMAP server * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +define('PAGE_NAME', 'delete_message'); + /** * 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'); -?> \ No newline at end of file