|
@@ -16,6 +16,11 @@
|
|
* @subpackage squirrelspell
|
|
* @subpackage squirrelspell
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * Include the SquirrelMail initialization file.
|
|
|
|
+ */
|
|
|
|
+require('../../include/init.php');
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Set up a couple of non-negotiable constants and
|
|
* Set up a couple of non-negotiable constants and
|
|
* defaults. Don't change these, * the setuppable stuff is in
|
|
* defaults. Don't change these, * the setuppable stuff is in
|
|
@@ -24,12 +29,6 @@
|
|
$SQSPELL_DIR='plugins/squirrelspell/';
|
|
$SQSPELL_DIR='plugins/squirrelspell/';
|
|
$SQSPELL_CRYPTO=FALSE;
|
|
$SQSPELL_CRYPTO=FALSE;
|
|
|
|
|
|
-
|
|
|
|
-/**
|
|
|
|
- * Include the SquirrelMail initialization file.
|
|
|
|
- */
|
|
|
|
-require('../../include/init.php');
|
|
|
|
-
|
|
|
|
include_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');
|
|
include_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');
|
|
|
|
|
|
/**
|
|
/**
|