X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fmailto.php;h=87d6a4e945353f7d5b9dc85a796e741db8818dcd;hb=e5d759b6758d981a88f6ae35cd14afc3fe7ee313;hp=b69855d5d51bc586eec7edc445ef36e7170e1bb4;hpb=d69119eb8350e38dcd6774a678d90477315f22ac;p=squirrelmail.git diff --git a/src/mailto.php b/src/mailto.php index b69855d5..87d6a4e9 100644 --- a/src/mailto.php +++ b/src/mailto.php @@ -3,9 +3,6 @@ /** * mailto.php -- mailto: url handler * - * Copyright (c) 1999-2003 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,10 +11,16 @@ * 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 */ -/** Path for SquirrelMail required files. */ +/** + * Path for SquirrelMail required files. + * @ignore + */ define('SM_PATH','../'); /* SquirrelMail required files. */ @@ -76,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