fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user