update 2024-02-28 09:08:41
This commit is contained in:
parent
19297feced
commit
839b7da236
|
@ -16,5 +16,6 @@ o.template ='netspeedtest/homebox'
|
||||||
m.apply_on_parse = true
|
m.apply_on_parse = true
|
||||||
m.on_after_apply = function(self,map)
|
m.on_after_apply = function(self,map)
|
||||||
io.popen("/etc/init.d/netspeedtest restart")
|
io.popen("/etc/init.d/netspeedtest restart")
|
||||||
|
luci.http.redirect(luci.dispatcher.build_url("admin","network","netspeedtest","homebox"))
|
||||||
end
|
end
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in New Issue