]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/captive/index.cgi
captive: Redesign clients list box
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / captive / index.cgi
index 698384b6a5cac2b1938fd3d3c357c6f63284910b..597d5301446594a292a3b3647cb2edbdc59e38ca 100755 (executable)
@@ -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]");
        }