git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11490
7612ce4b-ef26-0410-bec9-
ea0150e637f0
* @subpackage squirrelspell
*/
+/**
+ * Include the SquirrelMail initialization file.
+ */
+require('../../include/init.php');
+
/**
* Set up a couple of non-negotiable constants and
* defaults. Don't change these, * the setuppable stuff is in
$SQSPELL_DIR='plugins/squirrelspell/';
$SQSPELL_CRYPTO=FALSE;
-
-/**
- * Include the SquirrelMail initialization file.
- */
-require('../../include/init.php');
-
include_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');
/**
* @subpackage squirrelspell
*/
+/**
+ * Include the SquirrelMail initialization file.
+ */
+require('../../include/init.php');
+
/**
* Set a couple of constants and defaults. Don't change these,
* the configurable stuff is in sqspell_config.php
$SQSPELL_CRYPTO=FALSE;
-/**
- * Include the SquirrelMail initialization file.
- */
-require('../../include/init.php');
include_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');