summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/voucher.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/inc/voucher.inc')
-rw-r--r--src/etc/inc/voucher.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/etc/inc/voucher.inc b/src/etc/inc/voucher.inc
index 2e0f5f5..31078e2 100644
--- a/src/etc/inc/voucher.inc
+++ b/src/etc/inc/voucher.inc
@@ -29,11 +29,6 @@
*/
-/*
- pfSense_BUILDER_BINARIES: /usr/local/bin/voucher
- pfSense_MODULE: captiveportal
-*/
-
/* include all configuration functions */
if (!function_exists('captiveportal_syslog')) {
require_once("captiveportal.inc");
@@ -588,8 +583,9 @@ function voucher_configure_zone($sync = false) {
$roll = $rollent['number'];
$len = ($rollent['count'] >> 3) + 1;
- if (strlen(base64_decode($rollent['used'])) != $len)
+ if (strlen(base64_decode($rollent['used'])) != $len) {
$rollent['used'] = base64_encode(str_repeat("\000", $len));
+ }
voucher_write_used_db($roll, $rollent['used']);
$minutes = $rollent['minutes'];
$active_vouchers = array();
OpenPOWER on IntegriCloud