strict_timeline

This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 17:03:15 -04:00
parent be14c3ae2b
commit 84996198e1
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ 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::user_server_name **** user_server_name ". $out["user_server_name"] );
//log_message('critical', "Promo::user_server_name **** user_server_name ". $out["user_server_name"] );
log_message('critical', "Promo::promoStart ********* OUT ".serialize($out) );
$in['action'] = -1; // we dont need reformating on this data
return $this->respond( $this->summaryReturnData($in,$out), 200);