mirror of
https://github.com/myvesta/vesta
synced 2025-07-13 08:33:34 -07:00
removed confusing plugin defenition
This commit is contained in:
parent
afbc4f101d
commit
a505d3f99b
1 changed files with 1 additions and 4 deletions
|
@ -375,7 +375,7 @@ $rcmail_config['email_dns_check'] = false;
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
// List of active plugins (in plugins/ directory)
|
// List of active plugins (in plugins/ directory)
|
||||||
$rcmail_config['plugins'] = array();
|
$rcmail_config['plugins'] = array('password');
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// USER INTERFACE
|
// USER INTERFACE
|
||||||
|
@ -844,7 +844,4 @@ $rcmail_config['autocomplete_single'] = false;
|
||||||
// Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana
|
// Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana
|
||||||
$rcmail_config['default_font'] = '';
|
$rcmail_config['default_font'] = '';
|
||||||
|
|
||||||
// password reset plugin
|
|
||||||
$rcmail_config['plugins'] = array('password');
|
|
||||||
|
|
||||||
// end of config file
|
// end of config file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue