%
include("language.html")
if _SESSION["logined"] ~= nil then
local domain = _GET["domain"] or _POST["domain"]
%>
Domain Graphs
<%=LANG["str_download_speed"]%> (KB/s)
<%=LANG["str_upload_speed"]%> (KB/s)
<%=LANG["str_online_sessions"]%>
<%
else
print("")
print("")
end
%>