Remove profiler. Ready to review

This commit is contained in:
int2001
2026-02-04 08:33:31 +00:00
parent d00c1876e5
commit 6a51ab5a39

View File

@@ -4,7 +4,6 @@ class Dashboard extends CI_Controller {
public function index()
{
$this->output->enable_profiler(TRUE);
// Check if users logged in
$this->load->model('user_model');
if ($this->user_model->validate_session() == 0) {