Add missing space
这个提交包含在:
父节点
3118e54b56
当前提交
b96d1a7498
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -89,7 +89,7 @@ class Dxcluster_model extends CI_Model {
|
|||
// CURL Functions
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_URL, $dxcache_url);
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, 'Cloudlog '.$this->optionslib->get_option('version').'DXLookup by QRG');
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, 'Cloudlog '.$this->optionslib->get_option('version').' DXLookup by QRG');
|
||||
curl_setopt($ch, CURLOPT_HEADER, false);
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
$jsonraw = curl_exec($ch);
|
||||
|
|
|
|||
正在加载…
在新工单中引用