fixed a redirect bug
This commit is contained in:
parent
12b4c40c92
commit
6c27b879b6
2 changed files with 2 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ The URL to redirect to.
|
|||
sub setRedirect {
|
||||
$session{http}{location} = shift;
|
||||
setStatus("302", "Redirect");
|
||||
WebGUI::Style::setMeta({"http-equiv"=>"refresh",content=>"0, URL=".$session{http}{location}});
|
||||
WebGUI::Style::setMeta({"http-equiv"=>"refresh",content=>"0; URL=".$session{http}{location}});
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue