From: vincent@cubedesigners.com Date: Mon, 20 Jun 2016 12:02:57 +0000 (+0000) Subject: Done #408 0.3 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5dd8a84b834c04b95dae4ac91bc52a52bf81e0bc;p=cubeextranet.git Done #408 0.3 --- diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index c60d3ce0e..16f82a3db 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -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/');