mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Now the eHorus ID custom field name has a default value
(cherry picked from commit df99cf9f64174dd86e51324a16008001d24e286b)
This commit is contained in:
parent
8fdfd8891e
commit
7a0a540314
@ -1480,6 +1480,9 @@ function config_process_config () {
|
||||
if (!isset($config['ehorus_enabled'])) {
|
||||
config_update_value('ehorus_enabled', 0);
|
||||
}
|
||||
if (!isset($config['ehorus_custom_field'])) {
|
||||
config_update_value('ehorus_custom_field', 'eHorusID');
|
||||
}
|
||||
if (!isset($config['ehorus_hostname'])) {
|
||||
config_update_value('ehorus_hostname', 'switch.ehorus.com');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user