From a4d44bf758e196e001fff4dfe80ccc39b887b6e6 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Wed, 13 Apr 2022 19:10:13 -0400 Subject: [PATCH] fix --- app/Controllers/Savvy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 5fafb96..2721028 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -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);