mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/16643] Remove dbms_version config setting
PHPBB3-16643
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
@@ -326,7 +326,6 @@ class phpbb_questionnaire_phpbb_data_provider
|
||||
'cookie_secure' => true,
|
||||
'coppa_enable' => true,
|
||||
'database_gc' => true,
|
||||
'dbms_version' => true,
|
||||
'default_dateformat' => true,
|
||||
'default_lang' => true,
|
||||
'display_last_edited' => true,
|
||||
|
Reference in New Issue
Block a user