1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16643] Remove dbms_version config setting

PHPBB3-16643
This commit is contained in:
Máté Bartus
2021-01-31 14:21:37 +01:00
parent 2a57477718
commit 0f7b89838a
5 changed files with 38 additions and 10 deletions

View File

@@ -690,12 +690,6 @@ class acp_main
]);
}
// Fill dbms version if not yet filled
if (empty($config['dbms_version']))
{
$config->set('dbms_version', $db->sql_server_info(true));
}
$this->tpl_name = 'acp_main';
$this->page_title = 'ACP_MAIN';
}