REFPROMO-

This commit is contained in:
CHIEFSOFT\ameye
2024-11-30 12:40:09 -05:00
parent 633a596f03
commit 97f4cf6cb4
+1 -1
View File
@@ -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);