web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 24 Jul 2012 15:44:52 +0200
changeset 665 298b4f2f1e1c
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.93 for changeset 1b96f412bd01

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>