X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fmailto.php;h=75146e9af3d29efc1894b531a9111025d1fb04b7;hb=1131d10fc198ea2ab94ea56deb82612942fc20f3;hp=756bf02897bc6f9b37d743e7bebf84d24af04e0e;hpb=0e41b4ad1b52e0d550517a854429754a1933f851;p=squirrelmail.git diff --git a/src/mailto.php b/src/mailto.php index 756bf028..75146e9a 100644 --- a/src/mailto.php +++ b/src/mailto.php @@ -3,7 +3,7 @@ /** * mailto.php -- mailto: url handler * - * Copyright (c) 1999-2003 The SquirrelMail Project Team + * 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 @@ -14,11 +14,14 @@ * Use the following url to use mailto: * http:////src/mailto.php?emailaddress=%1 * see ../contrib/squirrelmail.mailto.reg for a Windows Registry file - * $Id$ + * @version $Id$ * @package squirrelmail */ -/** Path for SquirrelMail required files. */ +/** + * Path for SquirrelMail required files. + * @ignore + */ define('SM_PATH','../'); /* SquirrelMail required files. */ @@ -77,4 +80,4 @@ 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