log_message('critical', "summaryReturnData:: ********* OUT ".serialize($outResult) );
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 ,";
|
||||
|
||||
Reference in New Issue
Block a user