rename swat => swat2, so that we don't conflict with samba3
[ira/wip.git] / swat2 / logout.esp
diff --git a/swat2/logout.esp b/swat2/logout.esp
new file mode 100644 (file)
index 0000000..d0d971d
--- /dev/null
@@ -0,0 +1,8 @@
+<% 
+page_header("plain", "Logging out", ""); 
+
+session.AUTHENTICATED = false;
+redirect("/login.esp");
+
+page_footer(); 
+%>