mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-05 03:18:00 +02:00
captive: Redesign clients list box
Mostly code cleanup Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -116,7 +116,7 @@ if ($cgiparams{'ACTION'} eq "SUBMIT") {
|
||||
$clientshash{$key}[3] = $settings{'SESSION_TIME'} || "0";
|
||||
|
||||
# No coupon code
|
||||
$clientshash{$key}[4] = "LICENSE";
|
||||
$clientshash{$key}[4] = "TERMS";
|
||||
|
||||
&General::log("Captive", "Internet access granted via license agreement for $ip_address until $clientshash{$key}[3]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user