From 855029366ed3a34e74bd5126ef8b64b3da8985cb Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 19 Jul 2018 12:09:25 +0000 Subject: [PATCH] Tidy up temporary redirection script. Done #2044 @0:10 --- inc/ws/Controlleur/class.ws.url.php | 8 -------- 1 file changed, 8 deletions(-) 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'); -- 2.39.5