mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix up text
This commit is contained in:
parent
687b543253
commit
d535ab71f3
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user