mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16643] Remove dbms_version config setting
PHPBB3-16643
This commit is contained in:
@@ -164,8 +164,6 @@ class add_config_settings extends database_task
|
||||
|
||||
'sitename' => $this->install_config->get('board_name'),
|
||||
'site_desc' => $this->install_config->get('board_description'),
|
||||
|
||||
'dbms_version' => $this->db->sql_server_info(true),
|
||||
];
|
||||
|
||||
if (@extension_loaded('gd'))
|
||||
|
Reference in New Issue
Block a user