move variables that are loaded before environment is secured against rg=on
[squirrelmail.git] / plugins / squirrelspell / sqspell_interface.php
index 94dedc557958bf3b24b16ea558a297e04a3d8230..9196c47574ec89b500210905b894c0097b4cc4e3 100644 (file)
  * @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');
 
 /**