Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter rmesinag

    (@rmesinag)

    Hola

    Gracias por la respuesta, efectivamente en el servidor tengo bloqueado esta opción y tampoco me la habilitarán por temas de seguridad.

    Me comentan si es posible cambiar lo siguiente:

    function starken_obtener_destino()
        {
            $json_string = 'https://www.anyda.xyz/destino';
            $jsondata = file_get_contents($json_string);
            $obj = json_decode($jsondata, true);
            return $obj;
        }

    eso debe ser mediante curl no mediante file_get_contents

    De esa forma me podría funcionar, quedo atento a si es factible.

    Saludos!

Viewing 1 replies (of 1 total)