From c8051bbbc805f10d9d73003a1c9b3c8fd04be44e Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Tue, 29 Oct 2024 18:50:28 +0300 Subject: [PATCH] Update --- install.sh | 2 +- .../htdocs/luci-static/resources/view/podkop/podkop.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a719566..22fce74 100755 --- a/install.sh +++ b/install.sh @@ -66,7 +66,7 @@ while true; do ;; 6) - echo "Skip" + echo "Skip. Use this if you're installing an upgrade." break ;; diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js index 948936c..28459cf 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js @@ -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;