phpDoc fixes
[squirrelmail.git] / plugins / mail_fetch / index.php
index 66e56afaf06f04dbc58781e7300b9d245eafba7c..c44ad4e8496285518b411ab498c59882321cadac 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 mail_fetch
   **/
+/**
* 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 mail_fetch
+ **/
 
-   header("Location:../../src/login.php\n\n");
-   exit();
+header("Location:../../src/login.php\n\n");
+exit();
 
 ?>
\ No newline at end of file