Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / administrator / setup.php
index 45b0c875eea8e22f619c9ebc33ebe49befa02287..50d395c59384e1e7c2679e51f0744c4e92851fe7 100644 (file)
@@ -3,15 +3,18 @@
 /**
  * setup.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *  Administrator plugin. Allows remote administration.  Philippe Mingo
  *
  * $Id$
+ * @package plugins
+ * @subpackage administrator
  */
 
-require_once('../plugins/administrator/auth.php');
+/** @ignore */
+require_once(SM_PATH . 'plugins/administrator/auth.php');
 
 function squirrelmail_plugin_init_administrator() {
     global $squirrelmail_plugin_hooks, $username;
@@ -33,4 +36,4 @@ function squirrelmail_administrator_optpage_register_block() {
         'js'   => false
     );
 }
-?>
\ No newline at end of file
+?>