mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Don't perform such redirects
It not only breaks Authentic Theme (and would break any SPA theme) but also doesn't let user to see output after reporting spam/ham.
This commit is contained in:
@@ -152,9 +152,6 @@ elsif ($in{'razor'} || $in{'ham'}) {
|
||||
else {
|
||||
print "<b>$text{'razor_done'}</b><p>\n";
|
||||
}
|
||||
print "<script>\n";
|
||||
print "window.location = 'list_mail.cgi?folder=$in{'folder'}&user=$in{'user'}';\n";
|
||||
print "</script>\n";
|
||||
}
|
||||
&ui_print_footer("list_mail.cgi?folder=$in{'folder'}&user=$in{'user'}&dom=$in{'dom'}", $text{'mail_return'}, &user_list_link(), $text{'index_return'});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user