From cc8a0ae9ab34a99f4ea0f9366affb4278338b756 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 6 Sep 2020 16:32:02 +0100 Subject: [PATCH] Update Lotw.php --- application/controllers/Lotw.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 09ebc46d4..244b080ff 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();