phpDoc and i18n fixes.
[squirrelmail.git] / plugins / listcommands / index.php
index 68c89dd168febeaf99bfe4bf4dc71b4ede383bdd..83c7332ccfb6801c83a5a91a5d54fd73f33911bf 100644 (file)
@@ -1,19 +1,19 @@
 <?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 listcommands
   **/
+/**
* index.php -- Displays the main frameset
+ *
* Copyright (c) 1999-2005 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* Redirects to the login page.
+ *
* @version $Id$
+ * @package plugins
+ * @subpackage listcommands
+ */
 
-   header("Location:../../src/login.php\n\n");
-   exit();
+header("Location:../../src/login.php\n\n");
+exit();
 
-?>
+?>
\ No newline at end of file