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