Update Lotw.php
这个提交包含在:
父节点
1e3b085886
当前提交
6d521505b7
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -410,8 +410,6 @@ class Lotw extends CI_Controller {
|
|||
|
||||
private function loadFromFile($filepath)
|
||||
{
|
||||
$this->load->model('user_model');
|
||||
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||
|
||||
// Figure out how we should be marking QSLs confirmed via LoTW
|
||||
$query = $query = $this->db->query('SELECT lotw_rcvd_mark FROM config');
|
||||
|
|
|
|||
正在加载…
在新工单中引用