r8811: Fix the build..
[sfrench/samba-autobuild/.git] / swat / smb_server / index.esp
1 <% page_header("columns", "SMB Server", "servers"); 
2
3   libinclude("base.js");
4   libinclude("management.js");
5 %>
6
7 <h1>SMB Server</h1>
8
9 <%
10 writefln("Status: %s\n", stream_server_status("smb"));
11 %>
12
13 <% page_footer(); %>