From 967553234bfc5a18bd68b3d916b008f1de2c79f9 Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 15 Jan 2024 14:04:55 +0000 Subject: [PATCH] Disable Profiler --- application/controllers/Qso.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Qso.php b/application/controllers/Qso.php index 6081ea82e..0463722be 100755 --- a/application/controllers/Qso.php +++ b/application/controllers/Qso.php @@ -583,7 +583,6 @@ class QSO extends CI_Controller { // Return Previous QSOs Made in the active logbook public function component_past_contacts() { - $this->output->enable_profiler(TRUE); if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); } $this->load->model('logbook_model'); session_write_close();