Example #1
0
 public function disconnect()
 {
     $authentifManager = new \W\Security\authentificationManager();
     $authentifManager->logUserOut();
     $manager = new \Manager\LogsManager();
     $manager->deleteInfoUsers();
     $this->show('default/home');
 }