Преглед изворни кода

removed confusing plugin defenition

Serghey Rodin пре 12 година
родитељ
комит
a505d3f99b
1 измењених фајлова са 1 додато и 4 уклоњено
  1. 1 4
      install/rhel/roundcube-main.conf

+ 1 - 4
install/rhel/roundcube-main.conf

@@ -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