From b065ddd7ed6a888e3d34f138a766ffdfd55ecb4d Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 18 May 2010 10:25:29 +0000 Subject: - Some files from /bin + spellchecking actions moved to the new 'utils' task git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/spell.inc | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 roundcubemail/program/steps/mail/spell.inc (limited to 'roundcubemail/program/steps/mail/spell.inc') diff --git a/roundcubemail/program/steps/mail/spell.inc b/roundcubemail/program/steps/mail/spell.inc deleted file mode 100644 index a567c7bf6..000000000 --- a/roundcubemail/program/steps/mail/spell.inc +++ /dev/null @@ -1,28 +0,0 @@ - | - +-----------------------------------------------------------------------+ - - $Id$ - -*/ - -if ($spell_engine = $RCMAIL->config->get('spellcheck_engine', 'googie')) { - include('spell_'.$spell_engine.'.inc'); -} - -header('HTTP/1.1 404 Not Found'); -exit; - -?> -- cgit v1.2.3