mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2025-12-26 01:18:17 +03:00
luci: settings: Fix NFQWS2_PORTS_UDP_KEEPALIVE
This commit is contained in:
@@ -201,7 +201,7 @@ return view.extend({
|
||||
o.rmempty = false;
|
||||
o.datatype = 'uinteger';
|
||||
|
||||
o = s.taboption(tabname, form.Value, 'NFQWS_PORTS_UDP_KEEPALIVE', _('NFQWS_PORTS_UDP_KEEPALIVE'));
|
||||
o = s.taboption(tabname, form.Value, 'NFQWS2_PORTS_UDP_KEEPALIVE', _('NFQWS2_PORTS_UDP_KEEPALIVE'));
|
||||
o.rmempty = false;
|
||||
o.datatype = 'uinteger';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user