mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Changed name in remote login (pandora server -> mysql host). Ticket#2719
This commit is contained in:
parent
af8b3c6e57
commit
def678f37b
@ -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')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user