From 3da7a7ba75cc3177c204f109b717247574330465 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 18 Sep 2024 13:40:25 -0400 Subject: [PATCH] promo --- wrenchboard/email/MARKET/market_invite_step1.mailfile | 2 -- www-api/app/Controllers/Promo.php | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wrenchboard/email/MARKET/market_invite_step1.mailfile b/wrenchboard/email/MARKET/market_invite_step1.mailfile index 45c4dd04..9faf8320 100644 --- a/wrenchboard/email/MARKET/market_invite_step1.mailfile +++ b/wrenchboard/email/MARKET/market_invite_step1.mailfile @@ -115,8 +115,6 @@ Dear {{firstname}}, - - {{site_name}} Team diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index 3512464c..67a9ab48 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -23,9 +23,9 @@ class Promo extends BaseController log_message('critical', "promoStart::promoStart ********* ALL ".serialize($in) ); $in["loc"] = $_SERVER["REMOTE_ADDR"]; $in['limit'] = 10; - $out["firstname"] = "Firstname"; - $out["promo_title"] = "This is the promo title"; - $out["promo_description"] = "This is the promo description , This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,"; +// $out["firstname"] = "Firstname"; +// $out["promo_title"] = "This is the promo title"; +// $out["promo_description"] = "This is the promo description , This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,"; $out["site_name"]= "WrenchBoard"; $out["server_name"]= "https://www.wrenchboard.com"; $out['yyyy'] = '2024';