function refreshDataFiles()
{
	$.ajax(
			{
				url: '../services/refresh_data_files.php',
				type:"POST",
				dataType:"json",
				success: function(data){},
				error: function(){alert('impossibile aggiornare meteo e RSS');}
			});	
}
