web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 15:10:28 +0200
changeset 1439 df4c992749ea
parent 432 2c18b115ab00
permissions -rw-r--r--
Add dynamic code for youtube code and a automatic reloader

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>