Function ModifyGeneralSettings
General forum settings - forum name, maintenance mode, etc. Practically, this shows an interface for the settings in Settings.php to be changed.
- Requires the admin_forum permission.
- Uses the edit_settings administration area.
- Contains the actual array of settings to show from Settings.php.
- Accessed from ?action=admin;area=serversettings;sa=general.
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 to return the $config_vars array (for pagination purposes) |
|array
|
Returns nothing or returns the $config_vars array if $return_config is true |