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($_POST) );
|
||||
$inx = $_POST;
|
||||
|
||||
$this->logArray($inx);
|
||||
// Decrypt the input
|
||||
if (isset($inx['encrypted_payload'])) {
|
||||
$payload = openssl_decrypt(hex2bin($inx['encrypted_payload']), $encryptionAlg, $encryptionKey, OPENSSL_RAW_DATA, $encryptionIV);
|
||||
|
||||
Reference in New Issue
Block a user