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