JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
generic editable site
[wfpl-cms.git] / logout.php
diff --git a/logout.php b/logout.php
new file mode 100644 (file)
index 0000000..9600c09
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+function logout_main() {
+       kill_session();
+       message('logged out successfully');
+       return './';
+}