web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sun, 08 Feb 2015 23:53:17 +0100
changeset 1184 308968a48dc8
parent 432 2c18b115ab00
permissions -rw-r--r--
add design attention to archive

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>