use https

parent 294dc5a0
...@@ -62,7 +62,7 @@ class GoldenCodeWpBx24 ...@@ -62,7 +62,7 @@ class GoldenCodeWpBx24
return; return;
} }
$url = 'http://'.$opts['bx24_domain'].'/crm/configs/import/lead.php'; $url = 'https://'.$opts['bx24_domain'].'/crm/configs/import/lead.php';
$params = $opts['default_params']; $params = $opts['default_params'];
$params['NAME'] = $_REQUEST[$opts['name_field']]; $params['NAME'] = $_REQUEST[$opts['name_field']];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment