custer format output works with numbers
This commit is contained in:
@@ -16,12 +16,6 @@ if (!defined('ABSPATH')) {
|
||||
function add_partenaires_CIPF($customer_data){
|
||||
PLGNTLS_class::debug_infos();
|
||||
$role_partner = PLGNTLS_class::ROLE_PARTNER;
|
||||
error_log("----");
|
||||
error_log("in add_partenaires");
|
||||
error_log("_POST");
|
||||
error_log(json_encode($_POST));
|
||||
error_log("_SERVER");
|
||||
error_log(json_encode($_SERVER));
|
||||
|
||||
$current_url = $_SERVER['HTTP_REFERER']; // not reliable to use referer, TODO: find another solution
|
||||
$path_brut = parse_url($current_url, PHP_URL_PATH);
|
||||
|
||||
Reference in New Issue
Block a user