1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

Update common.lua

This commit is contained in:
Xuan Sang LE 2021-10-04 22:33:16 +02:00 committed by GitHub
parent 1f3f18b83e
commit 701983e0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ function is_auth()
local f = io.open(TUNNEL_KEYCHAIN, "w")
if f then
f:write(sessionid)
f:close()
end
return true
end