This commit is contained in:
itdoginfo
2024-10-29 18:50:28 +03:00
parent 50ba18d7ab
commit c8051bbbc8
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ while true; do
;;
6)
echo "Skip"
echo "Skip. Use this if you're installing an upgrade."
break
;;

View File

@@ -135,7 +135,7 @@ return view.extend({
o.depends('exclude_from_ip_enabled', '1');
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.depends('mode', 'proxy');
o.rmempty = false;