web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 19 Dec 2011 10:05:18 +0100
changeset 435 a022fd3397b4
parent 432 2c18b115ab00
permissions -rw-r--r--
Merge with 1769af056bcef8ba29d3523c0e928cc3b8558ea3

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>