install_postfixadmin.sh: add missing ';' at writing file 'config.local.php'.
This commit is contained in:
parent
1617fd32c4
commit
b7871dfa4e
@ -2020,8 +2020,8 @@ function adjust_plang_hook(\$PALANG, \$language) {
|
||||
\$PALANG['x_password_not_allowed'] = 'Die Zeichen \'¿¡§\' sind nicht erlaubt.';
|
||||
break;
|
||||
default:
|
||||
\$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!~@#$^&*();\\':",.<>[]{}|=-+_).';
|
||||
\$PALANG['x_password_not_allowed'] = 'Characters \'¿¡§\' are not allowed.'
|
||||
\$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!?~@#$^&*();\\':",.<>[]{}|=-+_).';
|
||||
\$PALANG['x_password_not_allowed'] = 'Characters \'¿¡§\' are not allowed.';
|
||||
}
|
||||
return \$PALANG;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user