log input

This commit is contained in:
CHIEFSOFT\ameye
2024-03-09 21:04:26 -05:00
parent f1059ddf5b
commit fa5128650c
+1 -2
View File
@@ -168,10 +168,9 @@ class WrenchWallet extends BaseController
}
$in = $raw_array;
$in["loc"] = $_SERVER["REMOTE_ADDR"];
$out = array();
log_message('critical', "IN ARRAY for call 0001 -> ".serialize($in));
$in["action"] = 'getwallets'; //WRENCHBOARD_ACCOUNT_JOBLIST;
log_message('critical', "before APIN call 0001");