--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/tweetcast-proxy.php Mon Dec 19 10:02:43 2011 +0100
@@ -0,0 +1,11 @@
+<?php
+
+$url = 'http://polemictweet.com:8080/';
+
+$qs = $_SERVER['QUERY_STRING'];
+
+$toget = "$url?$qs";
+
+echo file_get_contents($toget)
+
+?>
\ No newline at end of file