Skip to content

Commit

Permalink
1.7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frainzy1477 committed Jun 25, 2020
1 parent 0cd278b commit eaae598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/clash/config/rule_provider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end

m = Map(clash, translate("Edit Rule Provider"))
m.pageaction = false
m.redirect = luci.dispatcher.build_url("admin/services/clash/config/providers")
m.redirect = luci.dispatcher.build_url("admin/services/clash/config/create")
if m.uci:get(clash, sid) ~= "ruleprovider" then
luci.http.redirect(m.redirect)
return
Expand Down

0 comments on commit eaae598

Please sign in to comment.