X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fredirect.php;h=3a1c373676a436e7eda02819d32e835283f5ce92;hb=4b4abf93a9624311afef0c385023724ee46a2b60;hp=9a9a0086d37dce76a0ba4077f8eb2bf73a87c454;hpb=3e56c08d719800e5684db5b0eeaed53db633617b;p=squirrelmail.git diff --git a/src/redirect.php b/src/redirect.php index 9a9a0086..3a1c3736 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -1,17 +1,15 @@ -* -* Copyright (c) 1999-2005 The SquirrelMail Project Team -* Licensed under the GNU GPL. For full terms see the file COPYING. -* -* Prevents users from reposting their form data after a successful logout. -* -* @version $Id$ -* @package squirrelmail -*/ + * Prevents users from reposting their form data after a successful logout. + * + * Derived from webmail.php by Ralf Kraudelt + * + * @copyright © 1999-2005 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ + * @package squirrelmail + */ /** * Path for SquirrelMail required files. @@ -176,4 +174,4 @@ function attachment_common_parse($str, $debug) { sqsession_register($attachment_common_types, 'attachment_common_types'); } -?> +?> \ No newline at end of file