Changed name in remote login (pandora server -> mysql host). Ticket#2719

This commit is contained in:
Arturo Gonzalez 2016-01-25 11:34:11 +01:00
parent af8b3c6e57
commit def678f37b
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ function config_update_config () {
$error_update[] = __('Fallback to local authentication');
if (!config_update_value ('rpandora_server', get_parameter ('rpandora_server')))
$error_update[] = __('Pandora FMS host');
$error_update[] = __('MySQL host');
if (!config_update_value ('rpandora_port', get_parameter ('rpandora_port')))
$error_update[] = __('MySQL port');
if (!config_update_value ('rpandora_dbname', get_parameter ('rpandora_dbname')))