예제 #1
0
파일: Auth.php 프로젝트: pscheit/psc-cms
 public function reset()
 {
     $this->session->set('user', 'ident', NULL);
     $this->session->set('user', 'password', NULL);
 }