Skip to content

Instantly share code, notes, and snippets.

@zerolab
Created May 21, 2014 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerolab/5d219b4525692cc07f56 to your computer and use it in GitHub Desktop.
Save zerolab/5d219b4525692cc07f56 to your computer and use it in GitHub Desktop.
diff --git a/config.php b/config.php
index b4e26e4..2185e29 100644
--- a/config.php
+++ b/config.php
@@ -5,8 +5,8 @@
* @package MCManager.includes
*/
// General settings
- $config['general.engine'] = 'GoogleSpell';
- //$config['general.engine'] = 'PSpell';
+ // $config['general.engine'] = 'GoogleSpell';
+ $config['general.engine'] = 'PSpell';
//$config['general.engine'] = 'PSpellShell';
//$config['general.remote_rpc_url'] = 'http://some.other.site/some/url/rpc.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment