Add a few more vars to image handler for later user with templates.
[squirrelmail.git] / src / delete_message.php
... / ...
CommitLineData
1<?php
2
3/**
4 * delete_message.php
5 *
6 * Deletes a meesage from the IMAP server
7 *
8 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 */
13
14/**
15 * Include the SquirrelMail initialization file.
16 */
17include('../include/init.php');
18error_box('delete_message.php script is obsolete since 1.5.1.');
19$oTemplate->display('footer.tpl');
20?>