1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00
samba-mirror/swat/logout.esp
Andrew Bartlett 13acff5ed2 r24985: Start to revert us back to the old-style SWAT, while trying not to
loose some of the fixes in the meantime.

Andrew Bartlett
2007-10-10 15:05:21 -05:00

9 lines
122 B
Plaintext

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