dead code

This commit is contained in:
HB9HIL
2026-03-16 01:07:41 +01:00
parent 054f66d07f
commit feefd7ac84

View File

@@ -573,11 +573,6 @@ class QSO extends CI_Controller {
$data['message_contents'] = "QSO Deleted Successfully";
$this->load->view('messages/message', $data);
}
// If deletes from /logbook dropdown redirect
if (strpos($_SERVER['HTTP_REFERER'], '/logbook') !== false) {
redirect($_SERVER['HTTP_REFERER']);
}
}
/* Delete QSO */