REFPROMO-
This commit is contained in:
@@ -55,7 +55,7 @@ class WrenchAccount extends BaseController
|
||||
$in["action_path"] = 100;
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
if (isset($in["path"]) && $in["path"] == 'promoref'){
|
||||
$in["refer_link"] = str_replace('', "REFPROMO-", $in["refer_link"]);
|
||||
$in["refer_link"] = str_replace('REFPROMO-', "", $in["refer_link"]);
|
||||
$in["action_path"] = 200;
|
||||
}
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
|
||||
Reference in New Issue
Block a user