]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-reflinks.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / modules / member / what-reflinks.php
index 8b400c254c3efcd9c36ce6d99a1c1b59e1d7cdfa..4a88da8c96099c45b4ee9d5bee809ac65b96d2df 100644 (file)
@@ -78,7 +78,7 @@ if (SQL_NUMROWS($result) > 0) {
        // List available ref banners
        $SW = 2; $OUT = "";
        while (list($id, $url, $alt, $count, $clks) = SQL_FETCHROW($result)) {
-               $test = str_replace(URL, PATH, $url); $size = 0;
+               $test = str_replace(URL, constant('PATH'), $url); $size = 0;
                if ($test == $url) {
                        // Download banner (I hope you keep the banner on same server???)
                        $fp = GET_URL($url); $file = "";