mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
342d11e354
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
(This used to be commit 1aa658b756
)
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
<%
|
|
page_header("plain", "Logging out", "");
|
|
|
|
session.AUTHENTICATED = false;
|
|
redirect("/login.esp");
|
|
|
|
page_footer();
|
|
%>
|