phpdoc blocks
[squirrelmail.git] / plugins / newmail / index.php
index bd44a24bbe3473245e715e7a305a4c207b5e88d7..04efb25905f56e3a2816b523e3d941674f15e024 100644 (file)
@@ -3,15 +3,17 @@
    /**
     **  index.php -- Displays the main frameset
     **
-    **  Copyright (c) 1999-2003 The SquirrelMail development team
+    **  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 newmail
     **/
 
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
\ No newline at end of file
+?>