X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=click.php;h=016ba77555bfe3416917320fdde06c134686c21e;hp=8a083637b46035d474f1f8bbc2d069d46b23e5e7;hb=7850159c972cdb9ae745fb660c9707d2ca4d5aec;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/click.php b/click.php index 8a083637b4..016ba77555 100644 --- a/click.php +++ b/click.php @@ -37,8 +37,6 @@ require_once("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; -if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); -if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); // Set module $GLOBALS['module'] = "click"; $CSS = -1; @@ -52,9 +50,9 @@ if (((!empty($_GET['user'])) || (!empty($_GET['reseller']))) && (!empty($_GET['b $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_refbanner SET clicks=clicks+1 WHERE id=%d LIMIT 1", array(bigintval($_GET['banner'])), __FILE__, __LINE__); if (SQL_AFFECTEDROWS($link) == 1) { if (!empty($_GET['user'])) { - LOAD_URL(URL."/ref.php?refid=".bigintval($_GET['user'])); + LOAD_URL("ref.php?refid=".bigintval($_GET['user'])); } else { - LOAD_URL(URL."/shop_reseller.php?reseller=".bigintval($_GET['user'])); + LOAD_URL("shop_reseller.php?reseller=".bigintval($_GET['user'])); } } exit();