1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/swat/logout.esp
Andrew Tridgell 342d11e354 r8591: - added a simple 2 level menu structure to swat. Deryck, I know this
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)
2007-10-10 13:29:42 -05:00

9 lines
122 B
Plaintext

<%
page_header("plain", "Logging out", "");
session.AUTHENTICATED = false;
redirect("/login.esp");
page_footer();
%>