Update mysqlerr.php

This commit is contained in:
Marcos Alconada 2020-01-16 17:58:50 +01:00
parent e412516a64
commit de1407badc
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ background:black;opacity:0.1;left:0px;top:0px;width:100%;height:100%;
if ($config['history_db_connection'] === false) {
echo __('History database connection failure, please check login credentials or contact the system administration for help.');
} else {
echo __('Failure to connect to Database server, please check the configuration file config.php or contact system administrator if you need assistance.');
echo __('Failure to connect to historical database, please check the configuration or contact system administrator if you need assistance.');
}
?>