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