mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
fdb322876d
menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
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(); %>
|