- changed checkbox text to 'As Attachment' improve understanding
[squirrelmail.git] / functions / constants.php
index 10342589d8e6216bc0b965148ef9c9112d1b4625..649febf8f1ad4ec409139479b73a4a61758cc112 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * constants.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Loads constants used by the rest of the Squirrelmail source.
  * src/load_prefs.php.
  *
  * $Id$
+ * @package squirrelmail
  */
 
-require_once('../functions/plugin.php');      // Required for the hook
+/** Need to enable plugin functions for a hook */
+require_once(SM_PATH . 'functions/plugin.php');  /* Required for the hook */
 
 /**************************************************************/
 /* Set values for constants used by Squirrelmail preferences. */