Moved DXCC QSO updater from update to lba

This commit is contained in:
Andreas Kristiansen
2025-12-08 11:10:51 +01:00
parent 10c5a0a545
commit 6933a63455
4 changed files with 35 additions and 74 deletions

View File

@@ -327,17 +327,6 @@ class Update extends CI_Controller {
}
}
public function check_missing_dxcc($all = false){
$this->load->model('user_model');
if (!$this->user_model->authorize(99)) {
$this->session->set_flashdata('error', __("You're not allowed to do that!"));
redirect('dashboard');
}
$this->load->model('logbook_model');
$this->logbook_model->check_missing_dxcc_id($all);
}
public function check_missing_grid($all = false){
$this->load->model('user_model');
if (!$this->user_model->authorize(99)) {