Merge pull request #3087 from HB9HIL/dashboard_warn

we can omit this message here. a little bit too much red warnings
This commit is contained in:
Fabian Berg
2026-03-16 18:07:44 +01:00
committed by GitHub

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');
}
}