- http_apply_settings(+Request, +Options)// is det
- Process form data created by http_show_settings//1, apply
changes to the settings and create a feedback page indicating
which settings have changed. Options:
- save(Boolean)
- If
true
and some settings have changed, call save_settings/0. - save_as(File)
- If some settings have changed, call
save_settings(File)
. The optionsave_as
overrulessave
.