mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
be safe the execution stopps in case the redirect fails
This commit is contained in:
@@ -297,5 +297,6 @@ class Header_auth extends CI_Controller {
|
||||
}
|
||||
$this->session->set_flashdata('error', $message);
|
||||
redirect('user/login');
|
||||
die;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user