mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
captive: Allow selecting highlight colour in web interface
To be able to customise the access page, we now allow the user to select a brand colour. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -148,6 +148,7 @@ if ($settings{'AUTH'} eq "VOUCHER") {
|
||||
}
|
||||
|
||||
$tmpl->param(TITLE => $settings{'TITLE'});
|
||||
$tmpl->param(COLOR => $settings{'COLOR'});
|
||||
$tmpl->param(ERROR => $errormessage);
|
||||
|
||||
$tmpl->param(TAC => &gettac());
|
||||
|
||||
Reference in New Issue
Block a user