removed confusing plugin defenition

This commit is contained in:
Serghey Rodin 2013-08-19 11:44:23 +03:00
parent afbc4f101d
commit a505d3f99b

View file

@ -375,7 +375,7 @@ $rcmail_config['email_dns_check'] = false;
// ----------------------------------
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array();
$rcmail_config['plugins'] = array('password');
// ----------------------------------
// USER INTERFACE
@ -844,7 +844,4 @@ $rcmail_config['autocomplete_single'] = false;
// Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana
$rcmail_config['default_font'] = '';
// password reset plugin
$rcmail_config['plugins'] = array('password');
// end of config file