Update Lotw.php
这个提交包含在:
父节点
f526cb6bcf
当前提交
5e8d0109a0
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -322,7 +322,7 @@ class Lotw extends CI_Controller {
|
||||||
unlink(realpath($filename_for_saving));
|
unlink(realpath($filename_for_saving));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "No Station Profiles";
|
echo "No Station Profiles found to upload to LOTW";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -599,7 +599,7 @@ class Lotw extends CI_Controller {
|
||||||
return $results;
|
return $results;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "No users found";
|
return "No LOTW User details found to carry out matches.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用