X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fempty_trash.php;h=67adce7bbda10d5a635bb42fd7ad60b6c39383f7;hb=6f71f6e6734347bde49b9dc55738ccc8c72cff79;hp=604b860753e5f1b93b39bd8f762d17dfa619f544;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/src/empty_trash.php b/src/empty_trash.php index 604b8607..67adce7b 100644 --- a/src/empty_trash.php +++ b/src/empty_trash.php @@ -12,6 +12,9 @@ * @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"); -?>