web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 15:28:23 +0200
changeset 1443 66ca0c90c47c
parent 432 2c18b115ab00
permissions -rw-r--r--
try to correct mixed active content errors

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>