Merge branch 'ent-13134-no-se-configura-el-splash-por-defecto-en-nuevas-instalaciones' into 'develop'
Ent 13134 no se configura el splash por defecto en nuevas instalaciones See merge request artica/pandorafms!7059
This commit is contained in:
commit
25f050c6da
|
@ -2806,7 +2806,7 @@ function config_process_config()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_splash_login'])) {
|
if (!isset($config['custom_splash_login'])) {
|
||||||
config_update_value('custom_splash_login', 'none.png');
|
config_update_value('custom_splash_login', 'default');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_docs_logo'])) {
|
if (!isset($config['custom_docs_logo'])) {
|
||||||
|
|
Loading…
Reference in New Issue