Content deleted Content added
try yesno |
debugging |
||
Line 382:
for i = restargs,#args do
url = url..'_'..args[i]
end
if yesno(rawurl) then
url = url..'_debug:true'
end
if string.find(input,"region") == nil then
|