web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 07 May 2013 19:33:35 +0200
changeset 889 c774bdf7d3dd
parent 432 2c18b115ab00
permissions -rw-r--r--
use iteritems in place of simple items

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>