r9686: Another round of bugfixes. Works somewhat now, when running under valgrind ;-)
[sfrench/samba-autobuild/.git] / swat / logout.esp
1 <% 
2 page_header("plain", "Logging out", ""); 
3
4 session.AUTHENTICATED = false;
5 redirect("/login.esp");
6
7 page_footer(); 
8 %>