Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / newmail / index.php
index bd44a24bbe3473245e715e7a305a4c207b5e88d7..62e0c5e1de5f0f529c371c28943d30eafb32caac 100644 (file)
@@ -9,9 +9,11 @@
     **  Redirects to the login page.
     **
     **  $Id$
+    * @package plugins
+    * @subpackage newmail
     **/
 
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
\ No newline at end of file
+?>