Exemplo n.º 1
0
 public function logout()
 {
     $s = new Session_Model($this->template, $this->router->query_string);
     $s->logout();
     $this->template->redirect("/");
 }