From d83dccfff97f6354644deb863c6b8508656b9f84 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 28 Jul 2010 02:00:35 -0400 Subject: clarify text --- usr/local/captiveportal/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index 7d432e2..5a089e5 100755 --- a/usr/local/captiveportal/index.php +++ b/usr/local/captiveportal/index.php @@ -318,7 +318,7 @@ function portal_allow($clientip,$clientmac,$username,$password = null, $attribut } } } else { - portal_reply_page($redirurl, "error", "Username: {$username} is known with another mac address.", + portal_reply_page($redirurl, "error", "Username: {$username} is already authenticated using another MAC address.", $clientmac, $clientip, $username, $password); exit; } -- cgit v1.1