Function ModifyDatabaseSettings
Basic database and paths settings - database name, host, etc.
- It shows an interface for the settings in Settings.php to be changed.
- It contains the actual array of settings to show from Settings.php.
- Requires the admin_forum permission.
- Uses the edit_settings administration area.
- Accessed from ?action=admin;area=serversettings;sa=database.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageServer.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageServer.php
boolean |
$return_config = false |
Whether or not to return the config_vars array (used for admin search) |
|array
|
Returns nothing or returns the $config_vars array if $return_config is true |