]> _ Git - cubeextranet.git/commitdiff
wip #3753
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 4 Nov 2021 16:53:48 +0000 (16:53 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 4 Nov 2021 16:53:48 +0000 (16:53 +0000)
inc/ws/Controlleur/class.ws.ajax.php
inc/ws/Controlleur/class.ws.url.php

index 36a47d741de18818ac9326749f88720598aa9281..f55eb85fac717589e936862c6ce430f57eee4075 100644 (file)
@@ -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 {
index c54521b7e0e4019012bdfd33c597f5491d662d1b..0cb29ba1c53c8d3d9d3b0d08a96abce4d6178e9c 100644 (file)
@@ -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