mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
7e671ae37f
metze (This used to be commit bf852a3dbeee8900fa36978f08a5cdceabcbd926)
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
<%
|
|
page_header("plain", "Logging out", "");
|
|
|
|
session.AUTHENTICATED = false;
|
|
redirect("/login.esp");
|
|
|
|
page_footer();
|
|
%>
|