diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-10 22:49:12 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-10 22:49:12 +0200 |
commit | 0703bfecd0b9efca36caee4f7b9c64c4135d57af (patch) | |
tree | 98316de8bbc1da023b7da5863188171f08e6614e /plugins/password/README | |
parent | bd284693027196517545616883d5cc43a3f0d39e (diff) | |
parent | dee0aff85a7f2e5b16cf77835ac56a5ef2e4f1b7 (diff) |
Merged configuration refactoring from 'dev_config' branch back into master (#1487311)
Diffstat (limited to 'plugins/password/README')
-rw-r--r-- | plugins/password/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/README b/plugins/password/README index 9286bee7b..af70156a6 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: |