Skip to content

Instantly share code, notes, and snippets.

@cblgh
Last active October 13, 2017 15:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cblgh/5392d9fb0ab4de27adcc07ad1321ae43 to your computer and use it in GitHub Desktop.
Save cblgh/5392d9fb0ab4de27adcc07ad1321ae43 to your computer and use it in GitHub Desktop.
various useful links around the rotonde network
<?php
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Headers: *");

    $data = file_get_contents ('./rotonde.json');
    $json = json_decode($data, TRUE);

    print_r ($json);
?>
@neauoire
Copy link

Well done 👍

@neauoire
Copy link

Can you remove the echo "hello"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment