X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=43f5f11e8fc0641c31faf233e7752b4a152a8966;hp=451bb7eaa36c123940826f0db573e6b44c6062b6;hb=c4be539d249046d6d64d2181c3a1e898fe9a64f5;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/ref.php b/ref.php index 451bb7eaa3..43f5f11e8f 100644 --- a/ref.php +++ b/ref.php @@ -1,24 +1,18 @@ 0) { - // Update ref counter - SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `ref_clicks`=`ref_clicks`+1 WHERE `userid`=%s LIMIT 1", - array(bigintval($ref)), __FILE__, __LINE__); - } // END - if + default: // Is not valid + reportBug(__FILE__, __LINE__, 'Invalid refid target ' . getConfig('refid_target') . ' detected.'); + break; + } // END - switch } // END - if // Load the URL -redirectToUrl($URL); +redirectToUrl($url); // [EOF] ?>