web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Aug 2012 11:41:14 +0200
changeset 679 383c2fd568d7
parent 432 2c18b115ab00
permissions -rw-r--r--
Fix on Sam's fix: Tagcloud+List now displayed on non-protocol events

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>