X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fmailto.php;h=87d6a4e945353f7d5b9dc85a796e741db8818dcd;hb=7fce2e5e7fd2dae09209aa71efa74f39479c2f1a;hp=75146e9af3d29efc1894b531a9111025d1fb04b7;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/src/mailto.php b/src/mailto.php index 75146e9a..87d6a4e9 100644 --- a/src/mailto.php +++ b/src/mailto.php @@ -3,9 +3,6 @@ /** * mailto.php -- mailto: url handler * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This checks to see if we're logged in. If we are we open up a new * compose window for this email, otherwise we go to login.php * (the above functionality has been disabled, by default you are required to @@ -14,6 +11,8 @@ * Use the following url to use mailto: * http:////src/mailto.php?emailaddress=%1 * see ../contrib/squirrelmail.mailto.reg for a Windows Registry file + * @copyright © 1999-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -80,4 +79,5 @@ if($force_login == false && sqsession_is_registered('user_is_logged_in')) { session_write_close(); header('Location: ' . get_location() . '/' . $redirect); + ?> \ No newline at end of file