web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 06 Mar 2014 18:07:42 +0100
changeset 1074 94d3d8f5eb9d
parent 432 2c18b115ab00
permissions -rw-r--r--
message attr is deprecate on BaseException

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>