some phpdoc blocks
[squirrelmail.git] / plugins / filters / index.php
index ca8f71f9400986ef3dcbaa3e5303c754883bb03f..ac1800eb7620d46002020dabcd48939b94277d9a 100644 (file)
@@ -1,17 +1,17 @@
 <?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 filters
   **/
+/**
+ *  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.
+ *
* @version $Id$
+ * @package plugins
+ * @subpackage filters
+ */
 
    header("Location:../../src/login.php\n\n");
    exit();