kwangu

Lougout error

Jan 4th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. public function logout(){
  2.    $this->session->unset_userdata('logged_in');
  3.    session_destroy();
  4.    redirect('login_secure');
  5.  }
Add Comment
Please, Sign In to add comment