mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
1aa658b756
isn't very pretty, and please feel free to do this much more nicely :-) - added a top level menu listing our main servers - added placeholder pages for the main servers - added NBT server statistics
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
<%
|
|
page_header("plain", "Logging out", "");
|
|
|
|
session.AUTHENTICATED = false;
|
|
redirect("/login.esp");
|
|
|
|
page_footer();
|
|
%>
|