mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Lotw.php
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user