caabb2c246
PR: 293172 Submitted by: brnrd
14 lines
766 B
PHP
14 lines
766 B
PHP
--- config/defaults.inc.php.orig 2026-05-24 08:01:37 UTC
|
|
+++ config/defaults.inc.php
|
|
@@ -1009,8 +1009,8 @@ $config['spellcheck_engine'] = 'googie';
|
|
// You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly.
|
|
$config['spellcheck_engine'] = 'googie';
|
|
|
|
-// For locally installed Nox Spell Server or After the Deadline services,
|
|
-// please specify the URI to call it.
|
|
+// For a locally installed spellcheker, specify the URI to call it, for example:
|
|
+// 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang='
|
|
// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72 or
|
|
// the After the Deadline package from https://www.afterthedeadline.com.
|
|
// Leave empty to use the public API of service.afterthedeadline.com
|