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) );