1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/webapps/logout.esp
Derrell Lipman 626bb8efb0 r20517: re-add cleaned-up webapps
(This used to be commit 5a3d6ad0b7)
2007-10-10 14:36:09 -05:00

9 lines
122 B
Plaintext

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