alecpl
2010-09-25 e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8
program/steps/utils/spell.inc
@@ -4,7 +4,7 @@
 +-----------------------------------------------------------------------+
 | program/steps/utils/spell.inc                                         |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | This file is part of the Roundcube Webmail client                     |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -18,11 +18,15 @@
*/
// max. number of suggestions for one word
define('MAX_SUGGESTIONS', 10);
$tiny = !empty($_GET['tiny']) ? 'html_' : '';
if ($spell_engine = $RCMAIL->config->get('spellcheck_engine', 'googie')) {
    include('spell_'.$spell_engine.'.inc');
    include('spell_'.$tiny.$spell_engine.'.inc');
}
header('HTTP/1.1 404 Not Found');
exit;