reducing size of setup.php
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index 5e99de8f773537534684cfdbf182bddcecd9442d..9003e57bb5ed9043f73e41a4034a180dd71c0405 100644 (file)
@@ -16,6 +16,7 @@
 /**
  * Set a couple of constants and defaults. Don't change these,
  * the configurable stuff is in sqspell_config.php
+ * @todo do we really need $SQSPELL_DIR var?
  */
 $SQSPELL_DIR='plugins/squirrelspell/';
 $SQSPELL_CRYPTO=FALSE;
@@ -29,7 +30,6 @@ define('SM_PATH','../../');
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
 include_once(SM_PATH . 'functions/display_messages.php');
-include_once(SM_PATH . $SQSPELL_DIR . 'sqspell_config.php');
 include_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');
 
 /**