Disable Profiler

This commit is contained in:
int2001
2024-01-15 14:04:55 +00:00
parent f9a681a744
commit 967553234b

View File

@@ -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();