|
Lines 1-13
Link Here
|
| 1 |
--- config/main.inc.php.dist.orig 2008-04-26 00:18:03.000000000 +0200 |
|
|
| 2 |
+++ config/main.inc.php.dist 2008-04-26 00:19:22.000000000 +0200 |
| 3 |
@@ -188,8 +188,8 @@ |
| 4 |
// requires to be compiled with Open SSL support |
| 5 |
$rcmail_config['enable_spellcheck'] = TRUE; |
| 6 |
|
| 7 |
-// For a locally installed Nox Spell Server, please specify the URI to call it. |
| 8 |
-// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72 |
| 9 |
+// For a locally installed spellcheker, specify the URI to call it, for example: |
| 10 |
+// 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang=' |
| 11 |
// Leave empty to use the Google spell checking service, what means |
| 12 |
// that the message content will be sent to Google in order to check spelling |
| 13 |
$rcmail_config['spellcheck_uri'] = ''; |