mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0
This commit is contained in:
parent
2c0dd2639d
commit
ca321bfde9
@ -1048,7 +1048,7 @@ function captiveportal_allowedip_configure_entry($ipent, $ishostname = false) {
|
||||
$cp_filterdns_conf = "";
|
||||
$enBwup = 0;
|
||||
if (!empty($ipent['bw_up']))
|
||||
$enBwup = iintval($ipent['bw_up']);
|
||||
$enBwup = intval($ipent['bw_up']);
|
||||
else if (isset($config['captiveportal'][$cpzone]['bwdefaultup']))
|
||||
$enBwup = $config['captiveportal'][$cpzone]['bwdefaultup'];
|
||||
$enBwdown = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user