diff options
Diffstat (limited to 'program/steps/mail/spell.inc')
-rw-r--r-- | program/steps/mail/spell.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/program/steps/mail/spell.inc b/program/steps/mail/spell.inc deleted file mode 100644 index a567c7bf6..000000000 --- a/program/steps/mail/spell.inc +++ /dev/null @@ -1,28 +0,0 @@ -<?php - -/* - +-----------------------------------------------------------------------+ - | program/steps/mail/spell.inc | - | | - | This file is part of the RoundCube Webmail client | - | Licensed under the GNU GPL | - | | - | PURPOSE: | - | Invoke the configured or default spell checking engine. | - | | - +-----------------------------------------------------------------------+ - | Author: Kris Steinhoff <steinhof@umich.edu> | - +-----------------------------------------------------------------------+ - - $Id$ - -*/ - -if ($spell_engine = $RCMAIL->config->get('spellcheck_engine', 'googie')) { - include('spell_'.$spell_engine.'.inc'); -} - -header('HTTP/1.1 404 Not Found'); -exit; - -?> |