ipaylinks warning refer

feature/trippest
lyt 8 years ago
parent f5c9f9713b
commit b0297af32f

@ -687,7 +687,7 @@ class IPayLinksService extends CI_Controller
$ret->data = $respObject = (Object) $resp; $ret->data = $respObject = (Object) $resp;
$ref = ""; $ref = "";
} else { } else {
$ref = $_SERVER['HTTP_REFERER']; $ref = $_SERVER['HTTP_REFERER'] ? $_SERVER['HTTP_REFERER'] : NULL;
$r = iconv("UTF-8", "UTF-8//IGNORE", $resp); $r = iconv("UTF-8", "UTF-8//IGNORE", $resp);
$ret->data = $respObject = @ simplexml_load_string($resp); $ret->data = $respObject = @ simplexml_load_string($resp);
// test // test

Loading…
Cancel
Save