web/tweetcast-proxy.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 28 Jan 2016 12:28:20 +0100
changeset 1327 47a33a798a5a
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V04.036 for changeset 5f1f945c47af

<?php

$url = 'http://polemictweet.com:8080/';

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>