Roxen.git/
server/
config_interface/
sites/
add_module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-11
2001-04-11 05:33:01 by Per Hedbor <ph@opera.com>
9f4eab57effa578b9daec465a33b8cc346f51241 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Redirect correctly to the module when added
Rev: server/config_interface/sites/add_module.pike:1.58
627:
conf->modules[ mod ] ); already_added = ([ ]); conf->save( ); // save it all in one go
-
return Roxen.http_redirect( site_url(id,conf->name)+modules[-1]+"/" , id);
+
return Roxen.http_redirect( site_url(id,conf->name)
+"-/"
+modules[-1]+"/" ,
+
id);
} return page_base(id,"<table>"+ map( modules, lambda( string q ) {