Add openSession
This commit is contained in:
parent
c1c456e0f8
commit
0990bcb4d6
@ -36,4 +36,9 @@ function GJ.authUser(name, token)
|
||||
return s
|
||||
end
|
||||
|
||||
-- sessions
|
||||
function GJ.openSession()
|
||||
return string.find(req("sessions/open/?", "dump", true, true), "SUCCESS") ~= nil
|
||||
end
|
||||
|
||||
return GJ
|
Reference in New Issue
Block a user