]> git.gsnw.org Git - m0n0chwall.git/commitdiff
Log captive portal logins even when authentication is disabled.
authormkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Sun, 8 Jan 2006 10:43:34 +0000 (10:43 +0000)
committermkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Sun, 8 Jan 2006 10:43:34 +0000 (10:43 +0000)
git-svn-id: https://svn.m0n0.ch/wall/trunk@29 e36fee2c-cc09-0410-a7cc-ebac5c6737de

captiveportal/index.php

index daa2b16731824e9bef5aed1a30e9f09095401551..ae5488c1b015bbcd4a0810027d5cbb3e36098cfd 100644 (file)
@@ -167,6 +167,7 @@ EOD;
                portal_reply_page($redirurl, "error");
        }
 } else if ($_POST['accept'] && $clientip) {
+       captiveportal_logportalauth("unauthenticated",$clientmac,$clientip,"ACCEPT");
        portal_allow($clientip, $clientmac, "unauthenticated");
 } else {
        /* display captive portal page */