X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_interface.php;h=c9d9f981e5b5ca82002e304c724f4e330c68a8b7;hp=94dedc557958bf3b24b16ea558a297e04a3d8230;hb=c0d968010e710870fdfee2f22d7cc9fad370c7a9;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc diff --git a/plugins/squirrelspell/sqspell_interface.php b/plugins/squirrelspell/sqspell_interface.php index 94dedc55..c9d9f981 100644 --- a/plugins/squirrelspell/sqspell_interface.php +++ b/plugins/squirrelspell/sqspell_interface.php @@ -9,13 +9,18 @@ * SquirrelSpell. * * @author Konstantin Riabitsev - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @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 @@ -24,12 +29,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'); /**