mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Initialize variable. Ticket #1023.
This commit is contained in:
parent
4ed5ad5a91
commit
2bfade90d8
@ -108,6 +108,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td>
|
||||
<?php
|
||||
$carpcount = 0;
|
||||
if(is_array($config['virtualip']['vip'])) {
|
||||
foreach($config['virtualip']['vip'] as $carp) {
|
||||
if ($carp['mode'] == "carp") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user