Revise plugin documentation. Mainly, this removes remains of documentation
[squirrelmail.git] / plugins / administrator / index.php
index a500d24b5221d6120eab2223b2041b6795b370e2..1e48203d9d6d36492506f2acbc7bbf96d99172de 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 administrator
-    **/
+/**
+ *  index.php -- Displays the main frameset
+ *
+ *  Redirects to the login page.
+ *
+ * @version $Id$
+ * @copyright (c) 1999-2005 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();
 
-?>
+?>
\ No newline at end of file