summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-14 22:12:06 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-14 22:12:06 -0500
commitd102e3edf28718eea424c3bdaceff7baaf38d723 (patch)
treeed466316bc65ed6a6aeebde2217bc88449df20f3 /usr/local/captiveportal
parent734f396630538eaf1340d822b9b6d7d27f355e3f (diff)
downloadpfsense-d102e3edf28718eea424c3bdaceff7baaf38d723.zip
pfsense-d102e3edf28718eea424c3bdaceff7baaf38d723.tar.gz
fix typos
Diffstat (limited to 'usr/local/captiveportal')
-rwxr-xr-xusr/local/captiveportal/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 76cdfd1..79bb0e7 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -87,7 +87,7 @@ if (!$clientmac && $macfilter) {
/* unable to find MAC address - shouldn't happen! - bail out */
captiveportal_logportalauth("unauthenticated","noclientmac",$clientip,"ERROR");
echo "An error occured. Please check the system logs for more information.";
- log_error("Captive portal could not deterimine clients MAC address. Disable MAC address filtering in captive portal if you do not needs this functionality.");
+ log_error("Captive portal could not determine client's MAC address. Disable MAC address filtering in captive portal if you do not need this functionality.");
exit;
}
@@ -141,7 +141,7 @@ EOD;
if (portal_allow($clientip, $clientmac,$voucher,null,$attr)) {
// YES: user is good for $timecredit minutes.
- captiveportal_logportalauth($voucher,$clientmac,$clientip,"VOUCHER LOGIN good for $timecredit min.");
+ captiveportal_logportalauth($voucher,$clientmac,$clientip,"Voucher login good for $timecredit min.");
} else {
portal_reply_page($redirurl, "error", $config['voucher']['msgexpired']);
}
OpenPOWER on IntegriCloud