לכל מי שצריך להלן הקוד:
<?php
$get = file_get_contents("https://private.call2all.co.il/ym/api/DownloadFile?token=079000000:1234&path=ivr2:/1/2/2/IdListMessage.ini");
echo "<b>$get</b>";
?>
<script>
setTimeout(function(){location.reload()},5000);
</script>