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