X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ref.php;h=7e452673a5e555f1dba513a9d587ec184f53b77e;hb=8c5a2427536ec3723249a1db0df1a3ebb76958d0;hp=451bb7eaa36c123940826f0db573e6b44c6062b6;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/ref.php b/ref.php index 451bb7eaa3..7e452673a5 100644 --- a/ref.php +++ b/ref.php @@ -1,24 +1,23 @@ 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] ?>