web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 20 Dec 2011 15:03:38 +0100
changeset 460 bc52ce9ab0c2
parent 432 2c18b115ab00
permissions -rw-r--r--
small code reorganisation. allow a unix socket

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>