From: stephen@cubedesigners.com Date: Thu, 19 Jul 2018 12:09:25 +0000 (+0000) Subject: Tidy up temporary redirection script. Done #2044 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=855029366ed3a34e74bd5126ef8b64b3da8985cb;p=cubeextranet.git Tidy up temporary redirection script. Done #2044 @0:10 --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 187689cea..1cbc1fdd8 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -2193,14 +2193,6 @@ html{height:100%}' . "\n"; { $ref = $args[1]; - ####### - # TEMPORARY: this was broken because the cURL extension is not loaded for PHP - # The code in this function has been extracted and moved to hosting.fluidbook.com/orpiref/?ref=xxxxx - header('Location: https://hosting.fluidbook.com/orpiref/?ref=' . $ref); - exit; - ####### - - try { $client = new Zend_Http_Client(); $client->setAdapter('Zend_Http_Client_Adapter_Curl');