Make all submit button names unique on compose screen
[squirrelmail.git] / src / empty_trash.php
index 604b860753e5f1b93b39bd8f762d17dfa619f544..67adce7bbda10d5a635bb42fd7ad60b6c39383f7 100644 (file)
@@ -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");
 
-?>