fix
This commit is contained in:
@@ -127,7 +127,7 @@ class Savvy extends BaseController
|
|||||||
// log_message('critical', json_encode($in) );
|
// log_message('critical', json_encode($in) );
|
||||||
// log_message('critical', json_encode($_POST) );
|
// log_message('critical', json_encode($_POST) );
|
||||||
$inx = $_POST;
|
$inx = $_POST;
|
||||||
|
$this->logArray($inx);
|
||||||
// Decrypt the input
|
// Decrypt the input
|
||||||
if (isset($inx['encrypted_payload'])) {
|
if (isset($inx['encrypted_payload'])) {
|
||||||
$payload = openssl_decrypt(hex2bin($inx['encrypted_payload']), $encryptionAlg, $encryptionKey, OPENSSL_RAW_DATA, $encryptionIV);
|
$payload = openssl_decrypt(hex2bin($inx['encrypted_payload']), $encryptionAlg, $encryptionKey, OPENSSL_RAW_DATA, $encryptionIV);
|
||||||
|
|||||||
Reference in New Issue
Block a user