Project

General

Profile

« Previous | Next » 

Revision 075711db

Added by Cyrill B over 12 years ago

Fix: Voucher Sync

View differences:

etc/inc/voucher.inc
51 51
	require_once('/etc/inc/captiveportal.inc');
52 52
	require_once('/etc/inc/voucher.inc');
53 53
	\$cpzone = $cpzone;
54
	voucher_expire(\$vouchers);
54
	voucher_expire($vouchers);
55 55

  
56 56
EOF;
57 57

  
......
100 100
	require_once('/etc/inc/voucher.inc');
101 101
	\$cpzone = $cpzone;
102 102
	\$radiusservers = captiveportal_get_radius_servers();
103
	captiveportal_disconnect(\$dbent, \$radiusservers, \$term_cause, \$stop_time);
103
	captiveportal_disconnect($dbent, \$radiusservers, $term_cause, $stop_time);
104 104

  
105 105
EOF;
106 106

  

Also available in: Unified diff