|
@@ -13,6 +13,11 @@
|
|
|
* @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
|
|
@@ -22,10 +27,6 @@ $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');
|
|
|
|