luci-app-firewall: fix typo dsp -> ds
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
c759500d49
commit
90de442347
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ nw.init(m.uci)
|
||||||
|
|
||||||
local zone = fw:get_zone(arg[1])
|
local zone = fw:get_zone(arg[1])
|
||||||
if not zone then
|
if not zone then
|
||||||
luci.http.redirect(dsp.build_url("admin/network/firewall/zones"))
|
luci.http.redirect(ds.build_url("admin/network/firewall/zones"))
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
m.title = "%s - %s" %{
|
m.title = "%s - %s" %{
|
||||||
|
|
Loading…
Reference in a new issue