mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
Merge branch 'master' of github.com:ShadowKatStudios/OC-Minitel
forgot to pull before committing
This commit is contained in:
commit
1b53606fe4
@ -268,7 +268,9 @@ end
|
||||
|
||||
function set_route(to,laddr,raddr)
|
||||
cfg.sroutes[to] = {laddr,raddr,0}
|
||||
saveconfig()
|
||||
end
|
||||
function del_route(to)
|
||||
cfg.sroutes[to] = nil
|
||||
saveconfig()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user