web/tweetcast-proxy.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 13 Feb 2015 13:14:15 +0100
changeset 1197 c9c502117eb6
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V03.015 for changeset 04e549435418

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>