mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
PR: 220317 Submitted by: ler, ale Approved by: ale Relnotes: https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released
13 lines
811 B
PHP
13 lines
811 B
PHP
--- config/defaults.inc.php.orig 2017-06-26 20:56:47.000000000 +0200
|
|
+++ config/defaults.inc.php 2017-06-30 10:19:42.733949000 +0200
|
|
@@ -739,8 +739,8 @@ $config['spellcheck_dictionary'] = false
|
|
// 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 http://www.afterthedeadline.com.
|
|
// Leave empty to use the public API of service.afterthedeadline.com
|