http_settings.pl
- http_show_settings(+Options)// is det
- Emit an HTML representation of the current settings. Options:
- edit(+Boolean)
- hide_module(+Boolean)
- If true, hide module headers from the user.
- module(+ModuleList)
- If present, only show settings from modules in ModuleList.
- 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 option save_as
overrules save
.