mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Disable Profiler
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user