(c) stuff
[squirrelmail.git] / src / redirect.php
index 1c4a30a8b1596e4d16974855ce01aa05c0f4ce23..b4e96a74594ce1287fd3f1a8276ce1bc895364e7 100644 (file)
@@ -1,15 +1,16 @@
 <?php
+
     /**
-     * redirect.php
-     * Derived from webmail.php by Ralf Kraudelt <kraude@wiwi.uni-rostock.de>
-     *
-     * Copyright (c) 1999-2001 The Squirrelmail Development Team
-     * Licensed under the GNU GPL. For full terms see the file COPYING.
-     *
-     * Prevents users from reposting their form data after a successful logout.
-     *
-     * $Id$
-     */
+     * redirect.php
+     * Derived from webmail.php by Ralf Kraudelt <kraude@wiwi.uni-rostock.de>
+     **
+     * Copyright (c) 1999-2001 The Squirrelmail Development Team
+     * Licensed under the GNU GPL. For full terms see the file COPYING.
+     **
+     * Prevents users from reposting their form data after a successful logout.
+     **
+     * $Id$
+     **/
 
     require_once('../functions/i18n.php');
     require_once('../functions/strings.php');