[lotw] minor bugs
这个提交包含在:
父节点
0b31b54664
当前提交
f526cb6bcf
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -594,7 +594,9 @@ class Lotw extends CI_Controller {
|
||||||
file_put_contents($file, file_get_contents($lotw_url));
|
file_put_contents($file, file_get_contents($lotw_url));
|
||||||
|
|
||||||
ini_set('memory_limit', '-1');
|
ini_set('memory_limit', '-1');
|
||||||
$this->loadFromFile($file, false);
|
$results = $this->loadFromFile($file, false);
|
||||||
|
|
||||||
|
return $results;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "No users found";
|
echo "No users found";
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用