blob: b91ef6fc244cd2d059c8f8238187cffc3149b4eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<% page_header("columns", "WINS Server", "servers");
libinclude("base.js");
libinclude("management.js");
%>
<h1>WINS Server</h1>
<%
writefln("Status: %s\n", server_status("wins"));
%>
<% page_footer(); %>
|