From: Roland Häder Date: Sat, 2 Feb 2008 13:11:15 +0000 (+0000) Subject: click.php fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=692fc4e84793008658cdeef867f4d989500a218b click.php fix --- diff --git a/0.2.1/click.php b/0.2.1/click.php index 9ad11a125e..de80ccb59b 100644 --- a/0.2.1/click.php +++ b/0.2.1/click.php @@ -55,11 +55,11 @@ if (((!empty($_GET['user'])) || (!empty($_GET['reseller']))) && (!empty($_GET['b { if (!empty($_GET['user'])) { - LOAD_URL("ref.php?refid=".$_GET['user']); + LOAD_URL(URL."/ref.php?refid=".$_GET['user']); } else { - LOAD_URL("shop_reseller.php?reseller=".$_GET['reseller']); + LOAD_URL(URL."/shop_reseller.php?reseller=".$_GET['reseller']); } } exit();