summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-05-01 01:50:44 -0400
committerChris Buechler <cmb@pfsense.org>2010-05-01 01:50:44 -0400
commitd535ab71f3040ce5298485d45595a013dff403df (patch)
tree4f7b21c5056a3e982b413e39061648ac00476315 /usr/local/captiveportal
parent687b5432530942862ab61560ee51da16063ee02e (diff)
downloadpfsense-d535ab71f3040ce5298485d45595a013dff403df.zip
pfsense-d535ab71f3040ce5298485d45595a013dff403df.tar.gz
fix up text
Diffstat (limited to 'usr/local/captiveportal')
-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 f02814e..7d51fc3 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -337,7 +337,7 @@ function portal_allow($clientip,$clientmac,$username,$password = null, $attribut
if ($passthrumacadd && $portalmac == NULL) {
$mac = array();
$mac['mac'] = $clientmac;
- $mac['descr'] = "Auto added mac passthrough with user {$username}";
+ $mac['descr'] = "Auto added pass-through MAC for user {$username}";
if (!empty($bw_up))
$mac['bw_up'] = $bw_up;
if (!empty($bw_down))
OpenPOWER on IntegriCloud