mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Actually remember that the vouchers are enabled
This commit is contained in:
parent
c5b3fa908a
commit
4fab0ce085
@ -202,8 +202,8 @@ if ($_POST) {
|
||||
}
|
||||
|
||||
if (!$input_errors) {
|
||||
$config['voucher']['enable'] = $_POST['enable'] ? true : false;
|
||||
if (!$_POST['vouchersyncusername']) {
|
||||
$config['voucher']['enable'] = $_POST['enable'] ? true : false;
|
||||
$config['voucher']['charset'] = $_POST['charset'];
|
||||
$config['voucher']['rollbits'] = $_POST['rollbits'];
|
||||
$config['voucher']['ticketbits'] = $_POST['ticketbits'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user