mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +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.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.optional = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user