1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
2007-10-10 13:29:59 -05:00

14 lines
218 B
Plaintext

<% page_header("columns", "RPC Server", "servers");
libinclude("base.js");
libinclude("management.js");
%>
<h1>RPC Server</h1>
<%
writefln("Status: %s\n", stream_server_status("rpc"));
%>
<% page_footer(); %>