log_message('critical', "summaryReturnData:: ********* OUT ".serialize($outResult) );

This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 13:45:04 -04:00
parent f8500dce8c
commit a4011289f8
2 changed files with 4 additions and 2 deletions
@@ -487,6 +487,8 @@ wrenchboard=#
];
}
public function summaryReturnData($in,$outResult, $extraOut=[]){
log_message('critical', "summaryReturnData:: ********* IN ".serialize($in) );
log_message('critical', "summaryReturnData:: ********* OUT ".serialize($outResult) );
if ($in["action"] == -1 ){
$final_out = $outResult;
}
+2 -2
View File
@@ -21,8 +21,8 @@ class Promo extends BaseController
// $in["promo_owner"] = $promoOwner;
log_message('critical', "Promo::promoStart ********* ALL ".serialize($in) );
$in["loc"] = $_SERVER["REMOTE_ADDR"];
$in['limit'] = 10;
// $in["loc"] = $_SERVER["REMOTE_ADDR"];
// $in['limit'] = 10;
// $out["firstname"] = "Firstname";
// $out["promo_title"] = "This is the promo title";
// $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 ,";