web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 23 Apr 2013 19:04:53 +0200
changeset 871 31dd16af69e7
parent 432 2c18b115ab00
permissions -rw-r--r--
Added Renkan page on PT

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>