/**
  * URL: /login/logout
  */
 public function logout($data)
 {
     Model::logout();
     header('location: ' . URL);
     exit;
 }