mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 12:36:50 +03:00
Update
This commit is contained in:
@@ -66,7 +66,7 @@ while true; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
6)
|
6)
|
||||||
echo "Skip"
|
echo "Skip. Use this if you're installing an upgrade."
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ return view.extend({
|
|||||||
o.depends('exclude_from_ip_enabled', '1');
|
o.depends('exclude_from_ip_enabled', '1');
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|
||||||
o = s.taboption('main', form.Flag, 'yacd', _('Yacd enable'), _('http://openwrt.lan:9090:/ui'));
|
o = s.taboption('main', form.Flag, 'yacd', _('Yacd enable'), _('http://openwrt.lan:9090/ui'));
|
||||||
o.default = '0';
|
o.default = '0';
|
||||||
o.depends('mode', 'proxy');
|
o.depends('mode', 'proxy');
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user