mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
captive: Fix passing redirection URL
Reported-by: Daniel Weismüller <daniel.weismueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -153,7 +153,7 @@ my $tmpl = HTML::Template->new(
|
||||
die_on_bad_params => 0
|
||||
);
|
||||
|
||||
$tmpl->param(REDIRECT_URL => $url);
|
||||
$tmpl->param(REDIRECT => $url);
|
||||
|
||||
# Coupon
|
||||
if ($settings{'AUTH'} eq "COUPON") {
|
||||
|
||||
Reference in New Issue
Block a user