web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 17 Dec 2012 01:06:27 +0100
changeset 745 ed762d500c7e
parent 432 2c18b115ab00
permissions -rw-r--r--
oauth_dance is now directly at the lib level

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>