https://bugs.php.net/bug.php?id=40197
https://www.fuzeqna.com/sonicwallkb/consumer/kbdetail.asp?kbid=3582
-file_get_contents.php
<?php $httpfile = file_get_contents("http://www.google.com/index.html"); print $httpfile; ?>