ftimme
2011-09-26 0ee22c71f98b4d9481c03bf3032e1b8d94c8f12f
interface/web/login/logout.php
@@ -76,5 +76,8 @@
      echo('URL_REDIRECT:index.php');
   }
}
exit;
?>
// Destroy the session completely now
$_SESSION = array();
session_destroy();
session_write_close();
?>