url log
This commit is contained in:
@@ -384,6 +384,7 @@ abstract class BaseController extends Controller
|
|||||||
|
|
||||||
$params2 = trim($params2, '&');
|
$params2 = trim($params2, '&');
|
||||||
$url = $url.'?'.$params2;// add param to URL
|
$url = $url.'?'.$params2;// add param to URL
|
||||||
|
log_message('critical', "API URL FINAL =>".$url );
|
||||||
curl_setopt($curl, CURLOPT_FRESH_CONNECT, true);
|
curl_setopt($curl, CURLOPT_FRESH_CONNECT, true);
|
||||||
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
|
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user