web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 17 Dec 2012 00:41:05 +0100
changeset 743 7d83a59fb86c
parent 432 2c18b115ab00
permissions -rw-r--r--
put enmi12 as default

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>