|
@@ -210,11 +210,6 @@ function ModifyDatabaseSettings($return_config = false)
|
|
|
OR an empty string for a horizontal rule.
|
|
|
OR a string for a titled section. */
|
|
|
$config_vars = array(
|
|
|
- array('db_server', $txt['database_server'], 'file', 'text'),
|
|
|
- array('db_user', $txt['database_user'], 'file', 'text'),
|
|
|
- array('db_passwd', $txt['database_password'], 'file', 'password'),
|
|
|
- array('db_name', $txt['database_name'], 'file', 'text'),
|
|
|
- array('db_prefix', $txt['database_prefix'], 'file', 'text'),
|
|
|
array('db_persist', $txt['db_persist'], 'file', 'check', null, 'db_persist'),
|
|
|
array('db_error_send', $txt['db_error_send'], 'file', 'check'),
|
|
|
array('ssi_db_user', $txt['ssi_db_user'], 'file', 'text', null, 'ssi_db_user'),
|