This commit is contained in:
2019-08-29 07:35:18 -04:00
parent 230d9296b2
commit 0f9cf37b9c
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -32,5 +32,7 @@ class Auth extends CI_Controller {
public function logout(){
$this->index();
}
public function login(){
$this->index();
}
}