X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fempty_trash.php;h=8c1072cedeb71ccc10b01f81e758e387fc9bd24c;hb=a54c0e781d7cd72543b0d4a884fdd7912c72a67a;hp=c467a8bf03a38cf6940d2e1beac43e7fe6d0d713;hpb=906f7e9fa070f6df07bd4ba8c72a9c7908039761;p=squirrelmail.git diff --git a/src/empty_trash.php b/src/empty_trash.php index c467a8bf..8c1072ce 100644 --- a/src/empty_trash.php +++ b/src/empty_trash.php @@ -6,12 +6,15 @@ * Handles deleting messages from the trash folder without * deleting subfolders. * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +/** This is the empty_trash page */ +define('PAGE_NAME', 'empty_trash'); + /** * Include the SquirrelMail initialization file. */ @@ -71,4 +74,3 @@ session_write_close(); $location = get_location(); header ("Location: $location/left_main.php"); -?>