Skip to content

Commit

Permalink
Update config.php.dist
Browse files Browse the repository at this point in the history
fixed typo in plugin name
  • Loading branch information
diegorivera committed Apr 29, 2015
1 parent 1e8efcd commit 9a37c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ispc_config['remote_soap_user'] = 'john';
$ispc_config['remote_soap_pass'] = 'doe';
$ispc_config['soap_url'] = 'http://127.0.0.1:8080/remote/';

$ispc_config['enable_modules'] = array('autoselect', 'acount', 'fetchmail', 'forwarding', 'autoreply', 'filter', 'spam_policy', 'wblist');
$ispc_config['enable_modules'] = array('autoselect', 'account', 'fetchmail', 'forwarding', 'autoreply', 'filter', 'spam_policy', 'wblist');
$ispc_config['password_confirm_current'] = TRUE;
$ispc_config['password_min_length'] = 6;
$ispc_config['filter_limit'] = 15;
Expand Down

0 comments on commit 9a37c92

Please sign in to comment.