mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct voucher config section name. Part of ticket #8079
This commit is contained in:
parent
bc60e0701f
commit
ff25106d8e
@ -350,8 +350,8 @@ if (is_array($config['hasync'])) {
|
||||
if ($hasync['synchronizecaptiveportal'] != "" and is_array($config['captiveportal'])) {
|
||||
$sections[] = 'captiveportal';
|
||||
}
|
||||
if ($hasync['synchronizecaptiveportal'] != "" and is_array($config['vouchers'])) {
|
||||
$sections[] = 'vouchers';
|
||||
if ($hasync['synchronizecaptiveportal'] != "" and is_array($config['voucher'])) {
|
||||
$sections[] = 'voucher';
|
||||
}
|
||||
|
||||
if (count($sections) <= 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user