web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 16:31:09 +0100
changeset 495 34f92d5b2acf
parent 432 2c18b115ab00
permissions -rw-r--r--
Added an archive embed for the IRI homepage

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>