From 783dbf36dd24de41c05de771e65c85d4fb58caa6 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 2 Oct 2024 12:35:21 -0400 Subject: [PATCH] fix backend --- www-api/app/Controllers/Promo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index 4b9ffaaf..4474be2a 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -28,7 +28,7 @@ class Promo extends BaseController // $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'; + //$out['yyyy'] = '2024'; $out['user_server_name'] = $this->getSiteConfigurations("system.server_name"); // 'https://dev-users.wrenchboard.com'; log_message('critical', "Promo::promoStart ********* OUT ".serialize($out) );