mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
10712-Login
This commit is contained in:
parent
8b163cd100
commit
d6bf16f536
@ -522,10 +522,10 @@ if (file_exists(ENTERPRISE_DIR.'/load_enterprise.php')) {
|
|||||||
if ($config['custom_title1_login']) {
|
if ($config['custom_title1_login']) {
|
||||||
echo io_safe_output($config['custom_title1_login']);
|
echo io_safe_output($config['custom_title1_login']);
|
||||||
} else {
|
} else {
|
||||||
echo __('ONE TOOL TO MONITOR THEM ALL');
|
echo __('ONE TOOL TO RULE THEM ALL');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo __('ONE TOOL TO MONITOR THEM ALL');
|
echo __('ONE TOOL TO RULE THEM ALL');
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</span></div>';
|
echo '</span></div>';
|
||||||
|
@ -2597,7 +2597,7 @@ function config_process_config()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_title1_login'])) {
|
if (!isset($config['custom_title1_login'])) {
|
||||||
config_update_value('custom_title1_login', __('ONE TOOL TO MONITOR THEM ALL'));
|
config_update_value('custom_title1_login', __('ONE TOOL TO RULE THEM ALL'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_title2_login'])) {
|
if (!isset($config['custom_title2_login'])) {
|
||||||
@ -2649,7 +2649,7 @@ function config_process_config()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['meta_custom_title1_login'])) {
|
if (!isset($config['meta_custom_title1_login'])) {
|
||||||
config_update_value('meta_custom_title1_login', __('ONE TOOL TO MONITOR THEM ALL'));
|
config_update_value('meta_custom_title1_login', __('ONE TOOL TO RULE THEM ALL'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['meta_custom_title2_login'])) {
|
if (!isset($config['meta_custom_title2_login'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user