mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ooops use meant logic.
This commit is contained in:
parent
f48b620546
commit
da51f26cd3
@ -50,7 +50,7 @@ require_once("interfaces.inc");
|
||||
function backup_vip_config_section() {
|
||||
global $config;
|
||||
|
||||
if (is_array($config['virtualip']['vip']))
|
||||
if (!is_array($config['virtualip']['vip']))
|
||||
return;
|
||||
$temp = array();
|
||||
$temp['vip'] = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user