fix backend

This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 12:35:21 -04:00
parent 4ee61febbb
commit 783dbf36dd
+1 -1
View File
@@ -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) );