time zone configuration options.
[squirrelmail.git] / plugins / spamcop / index.php
index bd44a24bbe3473245e715e7a305a4c207b5e88d7..04982122752ea163849a18c0b60b91fdb9e74ed6 100644 (file)
@@ -1,15 +1,15 @@
 <?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$
   **/
+/**
+ *  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();