From 52e0d3e4b026ecba69fa722278210ba797bcb132 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 27 Dec 2019 19:42:34 +0000 Subject: [PATCH] work around nano highlighting - see https://github.com/postfixadmin/postfixadmin/issues/320 --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index c6020823..f627ec9b 100644 --- a/config.inc.php +++ b/config.inc.php @@ -214,7 +214,7 @@ if(@file_exists('/usr/bin/doveadm')) { // @ to silence openbase_dir stuff; see h // Password validation // New/changed passwords will be validated using all regular expressions in the array. // If a password doesn't match one of the regular expressions, the corresponding -// error message from $PALANG (see languages/*) will be displayed. +// error message from $PALANG (see languages/*.lang) will be displayed. // See http://de3.php.net/manual/en/reference.pcre.pattern.syntax.php for details // about the regular expression syntax. // If you need custom error messages, you can add them using $CONF['language_hook'].