summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-23 12:58:29 +0000
committerErmal <eri@pfsense.org>2010-11-23 12:58:29 +0000
commit2bfade90d8219772dd104788686bcd78b15575d1 (patch)
tree48991887ffb5dfb1a76f9993db550a83fa2c7956 /usr
parent4ed5ad5a91eef69b46b248755d5dea2b9a00075c (diff)
downloadpfsense-2bfade90d8219772dd104788686bcd78b15575d1.zip
pfsense-2bfade90d8219772dd104788686bcd78b15575d1.tar.gz
Initialize variable. Ticket #1023.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/carp_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index b70a442..139358d 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -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") {
OpenPOWER on IntegriCloud