1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00
Andrew Bartlett f8573766bc r24985: Start to revert us back to the old-style SWAT, while trying not to
loose some of the fixes in the meantime.

Andrew Bartlett
(This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7)
2007-10-10 15:05:21 -05:00

14 lines
214 B
Plaintext

<% 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(); %>