summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal_voucher_rolls.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-02-27 15:50:53 -0500
committerjim-p <jimp@pfsense.org>2013-02-27 15:50:53 -0500
commitf2bd7b99956982f5bef03f2682d6d6ce0e79a949 (patch)
tree1b6121fe28c22a45ec0e7e19e7d5ce983d6f913f /usr/local/www/status_captiveportal_voucher_rolls.php
parentda14f0cf0bbacc83541369c8b1e7864449978d45 (diff)
downloadpfsense-f2bd7b99956982f5bef03f2682d6d6ce0e79a949.zip
pfsense-f2bd7b99956982f5bef03f2682d6d6ce0e79a949.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/status_captiveportal_voucher_rolls.php')
-rw-r--r--usr/local/www/status_captiveportal_voucher_rolls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_captiveportal_voucher_rolls.php b/usr/local/www/status_captiveportal_voucher_rolls.php
index 62335f2..742964d 100644
--- a/usr/local/www/status_captiveportal_voucher_rolls.php
+++ b/usr/local/www/status_captiveportal_voucher_rolls.php
@@ -100,7 +100,7 @@ include("fbegin.inc");
$active = count(voucher_read_active_db($rollent['number']),$rollent['minutes']);
$ready = $rollent['count'] - $used;
/* used also count active vouchers, remove them */
- $used = $used - $avtive;
+ $used = $used - $active;
?>
<tr>
<td class="listlr">
OpenPOWER on IntegriCloud