we can omit this message here. a little bit too much red warnings

This commit is contained in:
HB9HIL
2026-03-16 16:12:23 +01:00
parent 6e46c32152
commit f42ca18cde

View File

@@ -7,7 +7,6 @@ class Dashboard extends CI_Controller {
$this->load->model('user_model');
if (!$this->user_model->authorize(2)) {
$this->session->set_flashdata('error', __("You're not allowed to do that!"));
redirect('user/login');
}
}