web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 23 May 2014 03:33:18 +0200
changeset 1120 404806e0b4a8
parent 432 2c18b115ab00
permissions -rw-r--r--
add default header for hbrid reading

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>