r14927: expand the RAW-NOTIFY test to test recursive and rename handling
[Samba/bb.git] / swat / logout.esp
blobd0d971d9627ee6e2f07c7ce8b86184bae74a260c
1 <% 
2 page_header("plain", "Logging out", ""); 
4 session.AUTHENTICATED = false;
5 redirect("/login.esp");
7 page_footer(); 
8 %>