mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
|
<%
|
||
|
page_header("plain", "Logging out", "");
|
||
|
|
||
|
session.AUTHENTICATED = false;
|
||
|
redirect("/login.esp");
|
||
|
|
||
|
page_footer();
|
||
|
%>
|