repo.or.cz
/
Samba
/
ekacnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4:objectclass LDB module - Prevent write operations on constructed attributes
[Samba/ekacnet.git]
/
swat2
/
smb_server
/
index.esp
blob
f0f46204920923231b3bf11b92e2527aa14349e1
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(); %>