Add options block demo
[squirrelmail.git] / src / mailto.php
index b27b1524727252b679f61365256c95aa1cb40df7..94a8e7261006309d7718154388ee28e817bed574 100644 (file)
  * Use the following url to use mailto:
  * http://<your server>/<squirrelmail base dir>/src/mailto.php?emailaddress=%1
  * see ../contrib/squirrelmail.mailto.reg for a Windows Registry file
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
 
+/** This is the mailto page */
+define('PAGE_NAME', 'mailto');
+
 // reduce the included files in int.php
 $bLogin = true;
 
@@ -78,4 +81,3 @@ if($force_login == false && sqsession_is_registered('user_is_logged_in')) {
 session_write_close();
 header('Location: ' . get_location() . '/' . $redirect);
 
-?>