1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/swat2/logout.esp
Stefan Metzmacher 7e671ae37f rename swat => swat2, so that we don't conflict with samba3
metze
(This used to be commit bf852a3dbe)
2008-09-12 08:51:07 +02:00

9 lines
122 B
Plaintext

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