summaryrefslogtreecommitdiffstats
path: root/health-networkstats-ajax.lsp
blob: e8d176ebd75487c9fc3cab8225a711288d15c767 (plain)
1
2
3
4
5
6
7
8
9
10
<% local view, viewlibrary, page_info = ... %>
<%
	require("json")
%>
Status: 200 OK
Content-Type: "application/json"
<% io.write("\n") %>
<%
	print(json.encode(view))
%>