]> _ Git - cubeextranet.git/commitdiff
Tidy up temporary redirection script. Done #2044 @0:10
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 19 Jul 2018 12:09:25 +0000 (12:09 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 19 Jul 2018 12:09:25 +0000 (12:09 +0000)
inc/ws/Controlleur/class.ws.url.php

index 187689ceaf175d6a63dfaec0b26ab40b8178a267..1cbc1fdd8518eadf41c77954d100bbe3158f72e7 100644 (file)
@@ -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');