]> _ Git - cubeextranet.git/commitdiff
Done #408 0.3
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 20 Jun 2016 12:02:57 +0000 (12:02 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 20 Jun 2016 12:02:57 +0000 (12:02 +0000)
inc/ws/Controlleur/class.ws.services.php

index c60d3ce0e6439ba397cf9875857c1da8c2f9fade..16f82a3db06454bd4e0f65d67025865fb3990c2e 100644 (file)
@@ -718,7 +718,7 @@ class wsServices extends cubeFlashGateway {
 
                $r = $core->con->select('SELECT url FROM pierronref WHERE ref="' . $core->con->escape($ref) . '"');
                if ($r->count()) {
-                       header('Location: http://www.pierron.fr/' . $r->url);
+                       header('Location: ' . $r->url);
                        exit;
                }
                header('Location: http://www.pierron.fr/');