From: vincent@cubedesigners.com Date: Thu, 11 Aug 2022 16:52:43 +0000 (+0000) Subject: wip #5392 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7f80151ee61c52006fa6b6fbea0858be2f74e5ba;p=fluidbook-v3.git wip #5392 --- diff --git a/framework/application/controllers/AjaxController.php b/framework/application/controllers/AjaxController.php index d4a7a26..a6d0330 100644 --- a/framework/application/controllers/AjaxController.php +++ b/framework/application/controllers/AjaxController.php @@ -23,8 +23,8 @@ class AjaxController extends CubeIT_Controller_AjaxController $data['gclid'] = Bootstrap::getInstance()->getSession()->gclid; } - $url = 'https://workshop.fluidbook.com/ajax/demandeDevis?devis_form=' . base64_encode(json_encode($data)); - file_get_contents($url); +// $url = 'https://workshop.fluidbook.com/ajax/demandeDevis?devis_form=' . base64_encode(json_encode($data)); +// file_get_contents($url); $url = 'https://toolbox.fluidbook.com/fluidbook-quote/create-from-website?data=' . base64_encode(json_encode($data)); $this->_datas->addDebug($url);