web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Sun, 11 Mar 2012 22:01:55 +0100
changeset 542 478cbb727989
parent 432 2c18b115ab00
permissions -rw-r--r--
Correction hashtag

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>