mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-app-squid: Fix wrong ssldb option
The `ssl_db` option should be `ssldb`. Signed-off-by: Patrick Li <patrick@papaq.org>
This commit is contained in:
@@ -71,7 +71,7 @@ return view.extend({
|
|||||||
o.datatype = 'string';
|
o.datatype = 'string';
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
|
|
||||||
o = s.taboption('general', form.Value, 'ssl_db', _('SSL DB'));
|
o = s.taboption('general', form.Value, 'ssldb', _('SSL DB'));
|
||||||
o.datatype = 'string';
|
o.datatype = 'string';
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user