@@ -563,67 +567,7 @@ function _affiliate_check_timer() {
return(bool)\Drupal::database()->query("SELECT COUNT(*) FROM {affiliate_clicks} WHERE ip = :ip AND click_time > :limit",array(":ip"=>$ip,":limit"=>$limit))->fetchField();
}
/**
* @todo
* Have this function checked by security team if possible, or if not, get a second opinion just to be sure.