fix
This commit is contained in:
@@ -29,5 +29,8 @@ class Auth extends CI_Controller {
|
||||
public function register(){
|
||||
$this->index();
|
||||
}
|
||||
public function logout(){
|
||||
$this->index();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user