time zone configuration options.
[squirrelmail.git] / plugins / spamcop / index.php
index 506ac66dcb05c70659ab6835e8ee5f7f939a50b1..04982122752ea163849a18c0b60b91fdb9e74ed6 100644 (file)
@@ -1,19 +1,17 @@
 <?php
-
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2003 The SquirrelMail development team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  Redirects to the login page.
-    **
-    **  $Id$
-    * @package plugins
-    * @subpackage spamcop
-    **/
+/**
+ *  index.php -- Displays the main frameset
+ *
+ * Redirects to the login page.
+ *
+ * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package plugins
+ * @subpackage spamcop
+ */
 
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
+?>
\ No newline at end of file