web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 19 Jan 2012 12:20:46 +0100
changeset 479 eb44a86b7a94
parent 432 2c18b115ab00
permissions -rw-r--r--
commit museo 19/01/2012

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>