Exemplo n.º 1
0
<?php

require "www2-funcs.php";
login_init();
bbs_wwwlogoff();
cache_header("nocache");
delete_all_cookie();
header("Location: index.html");
Exemplo n.º 2
0
 /**
  * function kick out current user from kbs
  *
  * @static
  * @access public
  */
 public static function kickUser()
 {
     bbs_wwwlogoff();
 }