phpDoc and i18n fixes.
[squirrelmail.git] / plugins / listcommands / index.php
index 41ebea827a3136454c07f3b0e642609b27fe0472..83c7332ccfb6801c83a5a91a5d54fd73f33911bf 100644 (file)
@@ -1,19 +1,19 @@
 <?php
 
-   /**
   **  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.
   **
   **  $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