comma in wrong place.
[squirrelmail.git] / plugins / administrator / index.php
index 95863148a511ac49f391bc19cad0860870be0931..1df65c343796bf7a40ae5934a6a5a532c15d338c 100644 (file)
@@ -1,17 +1,15 @@
 <?php
-
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2004 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 administrator
-    **/
+/**
+ *  index.php -- Displays the main frameset
+ *
+ *  Redirects to the login page.
+ *
+ * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @package plugins
+ * @subpackage administrator
+ */
 
    header("Location:../../src/login.php\n\n");
    exit();