This commit is contained in:
2019-08-28 16:29:29 -04:00
parent 52fb177f65
commit 230d9296b2
4 changed files with 8 additions and 18 deletions
+3
View File
@@ -29,5 +29,8 @@ class Auth extends CI_Controller {
public function register(){
$this->index();
}
public function logout(){
$this->index();
}
}