From 97f4cf6cb47aad426866b9f4e26983e736c99b57 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 30 Nov 2024 12:40:09 -0500 Subject: [PATCH] REFPROMO- --- www-api/app/Controllers/WrenchAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchAccount.php b/www-api/app/Controllers/WrenchAccount.php index b479fc2e..2b1bd45b 100644 --- a/www-api/app/Controllers/WrenchAccount.php +++ b/www-api/app/Controllers/WrenchAccount.php @@ -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);