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