X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fdelete_message.php;h=1eb2cdf841d253f05abad706c688c5e007ae91ee;hb=6a2f68354009082148e09f5c82a29d1b17f69190;hp=c70877a3748be183a00168daff050e11a6469be8;hpb=47ccfad452e8d345542d09e59112cac317cffed8;p=squirrelmail.git diff --git a/src/delete_message.php b/src/delete_message.php index c70877a3..1eb2cdf8 100644 --- a/src/delete_message.php +++ b/src/delete_message.php @@ -5,24 +5,16 @@ * * 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 */ /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); - -/* SquirrelMail required files. */ -require_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 +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