web/tweetcast-proxy.php
author Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
Tue, 18 Oct 2016 15:30:20 +0200
changeset 1355 88d62c60dd21
parent 432 2c18b115ab00
permissions -rw-r--r--
journee omnsh

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>