squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
plugins | |
Variables | |
global | $data_dir |
$SQSPELL_APP | |
$SQSPELL_APP_DEFAULT = 'English' | |
$SQSPELL_WORDS_FILE | |
$SQSPELL_EREG = 'ereg' | |
global $data_dir |
Definition at line 13 of file sqspell_config.php.
$SQSPELL_APP |
Example:
$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' );
Definition at line 29 of file sqspell_config.php.
Referenced by sqspell_getSettings().
$SQSPELL_APP_DEFAULT = 'English' |
Definition at line 31 of file sqspell_config.php.
Referenced by sqspell_getSettings(), sqspell_makeDummy(), and sqspell_upgradeWordsFile().
$SQSPELL_EREG = 'ereg' |
Definition at line 35 of file sqspell_config.php.
$SQSPELL_WORDS_FILE |
Definition at line 32 of file sqspell_config.php.
Referenced by sqspell_deleteWords(), sqspell_getWords(), and sqspell_writeWords().