From 5dd8a84b834c04b95dae4ac91bc52a52bf81e0bc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 20 Jun 2016 12:02:57 +0000 Subject: [PATCH] Done #408 0.3 --- inc/ws/Controlleur/class.ws.services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'); -- 2.39.5