Added a BIG warning to tell user to not edit the auto-generated file but the template

This commit is contained in:
Axel ROGER 2012-12-05 10:51:05 +00:00
parent 75810685af
commit c9b16036dc
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,11 @@
<?php
/**********************************************************************/
/* /!\ DO NOT EDIT THIS FILE /!\ */
/* Edit the one in /etc/alternc/templates/roundcube/plugins/password/ */
/* and launch alternc.install again. */
/**********************************************************************/
// Password Plugin options
// -----------------------
// A driver to use for password change. Default: "sql".
@ -305,3 +311,9 @@ $rcmail_config['hmailserver_server'] = array(
// 6: username_domain
// 7: domain_username
$rcmail_config['password_virtualmin_format'] = 0;
/**********************************/
/* /!\ DO NOT EDIT THIS FILE /!\ */
/**********************************/
?>