web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 21 Oct 2013 12:38:23 +0200
changeset 957 e4d0094f097b
parent 432 2c18b115ab00
permissions -rw-r--r--
upgrade virtualenv + script

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>