Page MenuHomePhorge

spell.inc
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

spell.inc

<?php
/*
+-----------------------------------------------------------------------+
| program/steps/utils/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$
*/
// 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_'.$tiny.$spell_engine.'.inc');
}
header('HTTP/1.1 404 Not Found');
exit;

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 10:16 PM (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
32/cb/0e942b87ed2cb91e0877cd2c3a64
Default Alt Text
spell.inc (1 KB)

Event Timeline