Plugin Directory

Changeset 2175437


Ignore:
Timestamp:
10/18/2019 05:39:08 AM (6 years ago)
Author:
damscss
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clickperf/trunk/clickperf.php

    r2175365 r2175437  
    2121   
    2222    if(!empty($cookie)) {
    23         if (strpos(esc_attr(get_option('conv_page_url')),$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'])) {
     23        if (strpos($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'],esc_attr(get_option('conv_page_url'))) !== false) {
    2424            $response = wp_remote_get(esc_url_raw("https://www.click-perf.com/postback?clickid=".$cookie));
    2525        }
Note: See TracChangeset for help on using the changeset viewer.