HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/mail/squirrelmail/files/patch-plugins__squirrelspell__sqspell_config.php
--- plugins/squirrelspell/sqspell_config.php.orig	2015-10-03 17:59:19 UTC
+++ plugins/squirrelspell/sqspell_config.php
@@ -22,9 +22,6 @@ sqgetGlobalVar('username', $username, SQ
  *
  * $SQSPELL_APP = array( 'English' => 'ispell -a',
  *                     'Spanish' => 'ispell -d spanish -a' );
- * You can replace ispell with aspell keeping the same commandline:
- * $SQSPELL_APP = array( 'English' => 'aspell -a',
- *                     'Spanish' => 'aspell -d spanish -a' );
  */
 $SQSPELL_APP = array('English' => 'ispell -a',
 			'Spanish' => 'ispell -d spanish -a');