From be1f922f7e550f8d5330d3056b78532532d4f44e Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 29 Jan 2021 21:18:29 +0000 Subject: [PATCH] change reference to file --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 9d2c7552..b9ab8159 100644 --- a/config.inc.php +++ b/config.inc.php @@ -709,7 +709,7 @@ $CONF['xmlrpc_enabled'] = false; //Account expiration info //If enabled, mailbox passwords have a password_expiry field set, which is updated each time the password is changed, based on the parent domain's password_expiry (days) value. -//More details in README.password_expiration +//More details in Password_Expiration.md $CONF['password_expiration'] = 'YES'; $CONF['version'] = '3.3.5';