From 0703bfecd0b9efca36caee4f7b9c64c4135d57af Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 10 Jul 2013 16:49:12 -0400 Subject: [PATCH] Merged configuration refactoring from 'dev_config' branch back into master (#1487311) --- plugins/password/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/password/README b/plugins/password/README index 9286bee..af70156 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -63,7 +63,7 @@ ------------------- You can specify which database to connect by 'password_db_dsn' option and - what SQL query to execute by 'password_query'. See main.inc.php.dist file for + what SQL query to execute by 'password_query'. See config.inc.php.dist file for more info. Example implementations of an update_passwd function: -- Gitblit v1.9.1