Example #1
0
	public function logout(){
		$view = $this->getView();

		\Core\Session::DestroySession();
		\core\redirect('/');
	}