-
Notifications
You must be signed in to change notification settings - Fork 1
reference:U editSetting
Aaron Junker edited this page Apr 10, 2021
·
4 revisions
- since Pb2.4Bfx0
- returns
bool - in file
(root)/includes/editSetting.inc.php
Changes the value of a setting. This function doesn't check the permission of the user or other things. This needs to be done before calling the function:
- Check if setting is blocked.
- Check if the curretly logged in user has the permission
BackendSettings. - If the setting exists.
Name of the setting
New value.
True if setting changing has succeeded and False if setting changing couldn't finish.
$U->editSetting("site.name", "Test website");Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index