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