web/tweetcast-proxy.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 22 Apr 2015 19:16:52 +0200
changeset 1225 18374120910b
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag v04.010 for changeset 9a49dd5f28a8

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>