Roxen.git/
server/
config_interface/
logutil.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-01-15
2016-01-15 16:10:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e1fff7899eb005c24311f3114dab5826bffed041 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
e1fff7899eb005c24311f3114dab5826bffed041
ConfigIF: Propagate and validate the wizard id.
Fixes most of [bug
7617 (#7617)
].
123:
string url_modname = replace(conf->otomod[module], "#", "!"), url_confname = conf->name;
-
return ({ sprintf("/sites/site.html/%s/-!-/%s/?section=Information",
+
return ({ sprintf("/sites/site.html/%s/-!-/%s/?section=Information
&&usr.set-wiz-id;
",
Roxen.http_encode_url(url_confname), Roxen.http_encode_url(url_modname)), Roxen.html_encode_string(Roxen.get_modfullname(module)) });