8 lines
134 B
Lua
8 lines
134 B
Lua
if to_bool(ctx.form.game_open) then
|
|
env_set("game_open", true)
|
|
else
|
|
env_set("game_open", false)
|
|
end
|
|
|
|
http_redirect("/admin/config")
|