install_postfixadmin.sh: add missing ';' at writing file 'config.local.php'.

This commit is contained in:
Christoph 2019-06-15 20:58:23 +02:00
parent 1617fd32c4
commit b7871dfa4e

View File

@ -2020,8 +2020,8 @@ function adjust_plang_hook(\$PALANG, \$language) {
\$PALANG['x_password_not_allowed'] = 'Die Zeichen \'¿¡§\' sind nicht erlaubt.'; \$PALANG['x_password_not_allowed'] = 'Die Zeichen \'¿¡§\' sind nicht erlaubt.';
break; break;
default: default:
\$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!~@#$^&*();\\':",.<>[]{}|=-+_).'; \$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_not_allowed'] = 'Characters \'¿¡§\' are not allowed.';
} }
return \$PALANG; return \$PALANG;
} }