summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-07-28 02:00:35 -0400
committerChris Buechler <cmb@pfsense.org>2010-07-28 02:01:05 -0400
commitd83dccfff97f6354644deb863c6b8508656b9f84 (patch)
tree9d405ab918c4519d7ee3e5a753ebc505a191fb66 /usr/local
parent027b805741a45cf281e10031e180fd36d7d230f8 (diff)
downloadpfsense-d83dccfff97f6354644deb863c6b8508656b9f84.zip
pfsense-d83dccfff97f6354644deb863c6b8508656b9f84.tar.gz
clarify text
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/captiveportal/index.php2
1 files changed, 1 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud