X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-reflinks.php;h=ee7d7827091d700945758f5c61810510d126a8d7;hp=bae32d9f1df047d6e983b80bc2db88bbe25dcd77;hb=d0c792100bf4b67acd1824860204929c1540f6fb;hpb=c14a130863bb037b00fceabd099a202eb4a5b2d8 diff --git a/inc/modules/member/what-reflinks.php b/inc/modules/member/what-reflinks.php index bae32d9f1d..ee7d782709 100644 --- a/inc/modules/member/what-reflinks.php +++ b/inc/modules/member/what-reflinks.php @@ -89,7 +89,7 @@ if (SQL_NUMROWS($result) > 0) if ($test == $url) { // Download banner (I hope you keep the banner on same server???) - $fp = @file($url); $file = ""; + $fp = GET_URL($url); $file = ""; if ((!empty($fp)) && (is_array($fp)) && (count($fp) > 0)) { // Loads only found banner, when there is a 404 error this foreach() command