add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / mailto.php
index e6afd7e15dc5ba41f2dc93fb28241df963db8b7d..94a8e7261006309d7718154388ee28e817bed574 100644 (file)
@@ -17,6 +17,9 @@
  * @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);
 
-?>