mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-26 03:48:06 +11:00
Compare commits
2 Commits
6cbe2d6479
...
37db09d472
Author | SHA1 | Date | |
---|---|---|---|
|
37db09d472 | ||
|
134257426d |
@ -268,7 +268,9 @@ end
|
|||||||
|
|
||||||
function set_route(to,laddr,raddr)
|
function set_route(to,laddr,raddr)
|
||||||
cfg.sroutes[to] = {laddr,raddr,0}
|
cfg.sroutes[to] = {laddr,raddr,0}
|
||||||
|
saveconfig()
|
||||||
end
|
end
|
||||||
function del_route(to)
|
function del_route(to)
|
||||||
cfg.sroutes[to] = nil
|
cfg.sroutes[to] = nil
|
||||||
|
saveconfig()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user