Add button and more nicely format

This commit is contained in:
phl0
2024-12-12 13:25:53 +01:00
parent 8c5b381f6c
commit 4c598f95a3
4 changed files with 26 additions and 9 deletions

View File

@@ -397,8 +397,12 @@ class Update extends CI_Controller {
public function update_lotw_sats() {
$this->load->model('Update_model');
$result = $this->Update_model->lotw_sats();
echo $result;
$bodyData['satupdates'] = $this->Update_model->lotw_sats();
$data['page_title'] = __("LoTW SAT Update");
$this->load->view('interface_assets/header', $data);
$this->load->view('lotw/satupdate', $bodyData);
$this->load->view('interface_assets/footer');
//echo $result;
}
function version_check() {