mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops, fix inverted check for 3G serial
This commit is contained in:
parent
1b773d2064
commit
3e13620ddd
@ -2777,7 +2777,7 @@ function is_interface_ppp($interface) {
|
||||
global $config, $g;
|
||||
|
||||
$friendly = convert_real_interface_to_friendly_interface_name($interface);
|
||||
if(!isset($config['interfaces'][$friendly]['serialport']))
|
||||
if(isset($config['interfaces'][$friendly]['serialport']))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user