psql db schema test
[mirrors/Kyberia-bloodline.git] / inc / eventz / logout.inc
diff --git a/inc/eventz/logout.inc b/inc/eventz/logout.inc
deleted file mode 100644 (file)
index 4475e85..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/* This program is free software. It comes without any warranty, to
- * the extent permitted by applicable law. You can redistribute it
- * and/or modify it under the terms of the Do What The Fuck You Want
- * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
-
-
-       function logout() {
-               global $db;
-               $q="update users set user_action_id=null where user_id='".$_SESSION['user_id']."'";
-               $db->query($q);
-               log::log('logout',$node['node_id'],'ok',$_SESSION['user_name']);
-               session_unset();
-               Header("Location: /main");
-       }
-
-?>
\ No newline at end of file
This page took 0.088463 seconds and 4 git commands to generate.