fix
This commit is contained in:
@@ -85,7 +85,10 @@ class Login extends WRB_Controller {
|
||||
$this->refreshAccountDetail($_SESSION['member_id']);
|
||||
$this->getSessionArray();
|
||||
$this->excudedEmails();
|
||||
redirect('dash');
|
||||
$this->load->model('autopref_model');
|
||||
|
||||
$prefArray = $this->autopref_model->afterLoginPage();
|
||||
redirect($prefArray['returnPage']);
|
||||
}
|
||||
} else {
|
||||
$data["login_message"] = "Invalid username or password";
|
||||
|
||||
Reference in New Issue
Block a user