mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
626bb8efb0
(This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b)
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
<%
|
|
page_header("plain", "Logging out", "");
|
|
|
|
session.AUTHENTICATED = false;
|
|
redirect("/login.esp");
|
|
|
|
page_footer();
|
|
%>
|