avoid E_STRICT errors
[squirrelmail.git] / src / download.php
index 6cb6edbc7154f00a53f1beb9f1b8fd0f29f0beb3..77b5e040ddf4a7fc856c756cb77e113be75261ce 100644 (file)
@@ -6,12 +6,15 @@
  * Handles attachment downloads to the users computer.
  * Also allows displaying of attachments when possible.
  *
- * @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
  */
 
+/** This is the download page */
+define('PAGE_NAME', 'download');
+
 /**
  * Include the SquirrelMail initialization file.
  */