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