Esempio n. 1
0
 private function logout()
 {
     \Lib\Session::deleteAll();
     Location::To(URL . 'home');
 }