mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
allow user identification in publisher
This commit is contained in:
parent
51dfab7ca3
commit
175f952f23
BIN
dist/antd_web_apps.tar.gz
vendored
BIN
dist/antd_web_apps.tar.gz
vendored
Binary file not shown.
@ -51,7 +51,7 @@ function is_auth()
|
|||||||
SESSION.user = data[1].username
|
SESSION.user = data[1].username
|
||||||
local f = io.open(TUNNEL_KEYCHAIN, "w")
|
local f = io.open(TUNNEL_KEYCHAIN, "w")
|
||||||
if f then
|
if f then
|
||||||
f:write(sessionid)
|
f:write(sessionid..SESSION.user)
|
||||||
f:close()
|
f:close()
|
||||||
end
|
end
|
||||||
return true
|
return true
|
||||||
|
Loading…
Reference in New Issue
Block a user