From: vincent@cubedesigners.com Date: Thu, 4 Nov 2021 16:53:48 +0000 (+0000) Subject: wip #3753 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7f0bdb181ae71de287a8d9301acfe1c195de0578;p=cubeextranet.git wip #3753 --- diff --git a/inc/ws/Controlleur/class.ws.ajax.php b/inc/ws/Controlleur/class.ws.ajax.php index 36a47d741..f55eb85fa 100644 --- a/inc/ws/Controlleur/class.ws.ajax.php +++ b/inc/ws/Controlleur/class.ws.ajax.php @@ -613,7 +613,7 @@ class wsAjax extends cubeAjax $mail = new cubeMail(); $mail->charset = 'UTF-8'; $mail->from = $_POST['prenom'] . ' ' . $_POST['nom'] . '<' . $_POST['email'] . '>'; - $mail->to = FROM_EMAIL; + $mail->to = 'test+quotews@cubedesigners.com'; if (!$spam) { $mail->subject = '[' . EMAIL_SUBJECT . '] Demande de devis'; } else { diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index c54521b7e..0cb29ba1c 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -1773,6 +1773,10 @@ html,body{height:100%;cursor: wait;font-family: "Open Sans", Arial;background-co public static function demandes() { global $core; + + http::redirect('https://toolbox.fluidbook.com/fluidbook-quote'); + exit; + cubePage::truePopup(); cubePage::autoComplete(); cubePage::emptyfield(); @@ -2014,6 +2018,6 @@ html,body{height:100%;cursor: wait;font-family: "Open Sans", Arial;background-co $books = wsUrl::listeBooks($r->dashboard_id, commonUrl::getDashboardSettings($r->settings), true); } - wsMaintenance::exportPublicationSettings($books,$title); + wsMaintenance::exportPublicationSettings($books, $title); } } \ No newline at end of file