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:
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
|
||||
local f = io.open(TUNNEL_KEYCHAIN, "w")
|
||||
if f then
|
||||
f:write(sessionid)
|
||||
f:write(sessionid..SESSION.user)
|
||||
f:close()
|
||||
end
|
||||
return true
|
||||
|
Loading…
Reference in New Issue
Block a user