1 2 3 4 5 6 7 8
<% page_header("plain", "Logging out", ""); session.AUTHENTICATED = false; redirect("/login.esp"); page_footer(); %>