This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 12:11:37 -04:00
parent 426b78b29f
commit 4ee61febbb
+2
View File
@@ -31,6 +31,8 @@ class Promo extends BaseController
$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) );
return $this->respond( $this->summaryReturnData($in,$out), 200);
}