web/tweetcast-proxy.php
author salimr <riwad.salim@yahoo.fr>
Wed, 31 Oct 2018 12:42:19 +0100
changeset 1482 97b5802c9069
parent 432 2c18b115ab00
permissions -rw-r--r--
Add enmi18 to client

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>