mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
7e671ae37f
metze
(This used to be commit bf852a3dbe
)
14 lines
214 B
Plaintext
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(); %>
|