diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 09ebc46d..244b080f 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -515,6 +515,9 @@ class Lotw extends CI_Controller { $this->load->model('user_model'); $this->load->model('logbook_model'); + $config['upload_path'] = './uploads/'; + $file = $config['upload_path'] . 'lotwreport_download.adi'; + // Get credentials for LoTW $query = $this->user_model->get_by_id($user_id); $q = $query->row();