iteration
This commit is contained in:
parent
30dd8e8070
commit
fbc308d265
@ -15,7 +15,7 @@ function get_token()
|
||||
return settings.get("auth.token")
|
||||
end
|
||||
|
||||
function check_user_group(username, group)
|
||||
function check_user_in_group(username, group)
|
||||
local data = {
|
||||
["action"] = "check_group",
|
||||
["username"] = username,
|
||||
|
Loading…
Reference in New Issue
Block a user