diff options
author | bcyrill <cyrill@bannwart.info> | 2012-12-29 20:14:13 +0100 |
---|---|---|
committer | bcyrill <cyrill@bannwart.info> | 2012-12-29 20:14:13 +0100 |
commit | 075711db7a305359587637adc77253427b3b2bc2 (patch) | |
tree | 941836e8a904aeaf58f3b66fd0e81284aed5a061 /etc/inc/voucher.inc | |
parent | 0754d9b7248a0d1cf2cd932cf66a50c08f014f03 (diff) | |
download | pfsense-075711db7a305359587637adc77253427b3b2bc2.zip pfsense-075711db7a305359587637adc77253427b3b2bc2.tar.gz |
Fix: Voucher Sync
Diffstat (limited to 'etc/inc/voucher.inc')
-rw-r--r-- | etc/inc/voucher.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc index 3356a1a..c8170c8 100644 --- a/etc/inc/voucher.inc +++ b/etc/inc/voucher.inc @@ -51,7 +51,7 @@ function xmlrpc_sync_voucher_expire($vouchers, $syncip, $port, $password, $usern require_once('/etc/inc/captiveportal.inc'); require_once('/etc/inc/voucher.inc'); \$cpzone = $cpzone; - voucher_expire(\$vouchers); + voucher_expire($vouchers); EOF; @@ -100,7 +100,7 @@ function xmlrpc_sync_voucher_disconnect($dbent, $syncip, $port, $password, $user require_once('/etc/inc/voucher.inc'); \$cpzone = $cpzone; \$radiusservers = captiveportal_get_radius_servers(); - captiveportal_disconnect(\$dbent, \$radiusservers, \$term_cause, \$stop_time); + captiveportal_disconnect($dbent, \$radiusservers, $term_cause, $stop_time); EOF; |