Presentazione di ThermoWeb - Domotica IP - c/php/js/sql

E lo script in .php più importante, serve come proxy per aggirare le limitazioni del ajax:

<?php

	echo file_get_contents("http://".$_GET['addr'].":".$_GET['proto']."/?".$_GET['rqst']);

?>