This commit is contained in:
2019-08-28 15:56:49 -04:00
parent 4b7c6a866e
commit 1c64532e1e
5 changed files with 1005 additions and 4 deletions
+8
View File
@@ -22,4 +22,12 @@ class Auth extends CI_Controller {
{
$this->load->view('home/view_login');
}
public function forgotpass(){
$this->index();
}
public function register(){
$this->index();
}
}