Update Clublog.php
这个提交包含在:
父节点
66527fa83d
当前提交
a9cb8b8565
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -62,7 +62,9 @@ class Clublog extends CI_Controller {
|
||||||
|
|
||||||
// output the response
|
// output the response
|
||||||
curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
|
curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
|
||||||
echo curl_exec($request);
|
$results = curl_exec($request);
|
||||||
|
|
||||||
|
echo $results;
|
||||||
|
|
||||||
// close the session
|
// close the session
|
||||||
curl_close($request);
|
curl_close($request);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用