mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed Default value .Ticket #3601
(cherry picked from commit 004b5c57b9d37eb6d419e2991519c10a43e5dccd)
This commit is contained in:
parent
380cafffde
commit
e6c4070212
@ -496,7 +496,7 @@ function config_update_config () {
|
|||||||
$error_update[] = __('Display text when proc modules have state critical');
|
$error_update[] = __('Display text when proc modules have state critical');
|
||||||
//Daniel maya 02/06/2016 Display menu with click --INI
|
//Daniel maya 02/06/2016 Display menu with click --INI
|
||||||
if (!config_update_value ('click_display', (bool) get_parameter('click_display', false)))
|
if (!config_update_value ('click_display', (bool) get_parameter('click_display', false)))
|
||||||
$error_update[] = __('Display data of proc modules in other format');
|
$error_update[] = __('Display lateral menus with left click');
|
||||||
//Daniel maya 02/06/2016 Display menu with click --END
|
//Daniel maya 02/06/2016 Display menu with click --END
|
||||||
|
|
||||||
|
|
||||||
@ -1366,7 +1366,7 @@ function config_process_config () {
|
|||||||
}
|
}
|
||||||
//Daniel maya 02/06/2016 Display menu with click --INI
|
//Daniel maya 02/06/2016 Display menu with click --INI
|
||||||
if (!isset($config["click_display"])) {
|
if (!isset($config["click_display"])) {
|
||||||
config_update_value ('click_display', 0);
|
config_update_value ('click_display', 1);
|
||||||
}
|
}
|
||||||
//Daniel maya 02/06/2016 Display menu with click --END
|
//Daniel maya 02/06/2016 Display menu with click --END
|
||||||
if (!isset($config['command_snapshot'])) {
|
if (!isset($config['command_snapshot'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user