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

allow user identification in publisher

This commit is contained in:
Dany LE 2021-10-27 15:42:30 +02:00
parent 51dfab7ca3
commit 175f952f23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -51,7 +51,7 @@ function is_auth()
SESSION.user = data[1].username
local f = io.open(TUNNEL_KEYCHAIN, "w")
if f then
f:write(sessionid)
f:write(sessionid..SESSION.user)
f:close()
end
return true