mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
f8573766bc
loose some of the fixes in the meantime.
Andrew Bartlett
(This used to be commit 13acff5ed2
)
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
<% page_header("columns", "SMB Server", "servers");
|
|
|
|
libinclude("base.js");
|
|
libinclude("management.js");
|
|
%>
|
|
|
|
<h1>SMB Server</h1>
|
|
|
|
<%
|
|
writefln("Status: %s\n", stream_server_status("smb"));
|
|
%>
|
|
|
|
<% page_footer(); %>
|