From: vincent@cubedesigners.com Date: Mon, 23 May 2011 17:05:20 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=79047ffe0e719e0b1153755fef5036f32d95e86f;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index a93eabf52..df7bb0f80 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -432,7 +432,11 @@ html{height:100%}' . "\n"; $e = explode('_', $args[0]); if (count($e) == 2 || $e[2] < TIME - 10) { $e[2] = TIME; - http::redirect(SITE_PATH . 'viewer/' . implode('_', $e) . '/' . $wmode); + //http::redirect(SITE_PATH . 'viewer/' . implode('_', $e) . '/' . $wmode); + $url = SITE_PATH . 'viewer/' . implode('_', $e) . '/' . $wmode . '/'; + $url = rtrim($url, '/').'/'; + ob_end_clean(); + echo ''; exit; }