Jump to content

AlexM

Approved members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by AlexM

  1. IvorD,

    Unless I am doing something wrong, when there is: empty($aAd) it still forwards the page.

    i.e. <server>/www/delivery/ck.php?oadest=https://www.google.com brings up Google.

    It's messy PHP, I know - sorry ?, but I think if you also stick the red text in MAX_querystringGetDestinationUrl then you just get a white page (the same as if $dest is null) for above.

    if (empty($aAd)) {
    return;
    }

    if (empty($dest)) {
    return;
    }

    Is there anything I missed doing this? ?

    Alex

×
×
  • Create New...