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:
Michael Tremer
2017-05-03 15:01:02 +02:00
parent 78148cc1e5
commit 963beecdb8
2 changed files with 2 additions and 2 deletions

View File

@@ -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") {