web/tweetcast-proxy.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 09 Jun 2014 22:47:26 +0200
changeset 1124 4e4437acf84c
parent 432 2c18b115ab00
permissions -rw-r--r--
add fens2014 & edito13 #6

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>