%
include("language.html")
if _SESSION["logined"] ~= nil then
%>
Add/Edit Group
<%
if _GET["domain"] ~= nil then
local group = ""
if _GET["groupname"] ~= nil then
group = c_GetGroup(_GET["domain"],_GET["groupname"])
if group == nil then
print("")
exit()
else
group = json.encode(group)
end
end
%>