Basic implementation to update SAT data from LoTW/tqsl

This commit is contained in:
phl0
2024-12-09 21:34:46 +01:00
parent 00be2bc003
commit e70050cbed
3 changed files with 86 additions and 14 deletions

View File

@@ -389,11 +389,17 @@ class Update extends CI_Controller {
}
public function update_tle() {
$this->load->model('Update_model');
public function update_tle() {
$this->load->model('Update_model');
$result = $this->Update_model->tle();
echo $result;
}
}
public function update_lotw_sats() {
$this->load->model('Update_model');
$result = $this->Update_model->lotw_sats();
echo $result;
}
function version_check() {
// set the last run in cron table for the correct cron id