mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly check disabled bit
This commit is contained in:
parent
c838206515
commit
d323d7ca3e
@ -106,7 +106,7 @@ if (!is_array($config['ipsec']['tunnel'])) {
|
||||
</tr>
|
||||
<?php
|
||||
foreach ($config['ipsec']['tunnel'] as $ipsec) {
|
||||
if(! $ipsec['disabled']) {
|
||||
if(! isset($ipsec['disabled'])) {
|
||||
?>
|
||||
<tr>
|
||||
<td class="listlr"><?=htmlspecialchars(get_ipsec_tunnel_src($ipsec));?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user