More usage of GET_URL() than file()
[mailer.git] / inc / modules / member / what-reflinks.php
index bae32d9f1df047d6e983b80bc2db88bbe25dcd77..ee7d7827091d700945758f5c61810510d126a8d7 100644 (file)
@@ -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