blob: 0e75f233f6a29d2248c4d981400d28178deedec2 [file] [log] [blame]
<%@page import="com.ecyrd.jspwiki.auth.AuthenticationManager" %>
<%
AuthenticationManager.logout( request );
// Redirect to the webroot
response.sendRedirect(".");
%>