web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 21 Dec 2011 17:13:41 +0100
changeset 466 8231b4f3acca
parent 432 2c18b115ab00
permissions -rw-r--r--
Knowtex corrections

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>