install_postfixadmin.sh: add missing ';' at writing file 'config.local.php'.
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user