From 4ee18c5379ca7fc2ff0fd64b3e07661fbaf17276 Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Wed, 13 Apr 2022 19:01:01 -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 fd09edd..5fafb96 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -34,7 +34,7 @@ class Savvy extends BaseController */ $encryptionAlg = "aes-256-ctr"; // $savvyext->cfgReadChar('encryption.algorithm'); $encryptionKey = "1234567890abcdef1234567890abcdef"; // $savvyext->cfgReadChar('encryption.key'); - $encryptionIV = iv = "1234567890abcdef"; // $savvyext->cfgReadChar('encryption.iv'); + $encryptionIV = "1234567890abcdef"; // $savvyext->cfgReadChar('encryption.iv'); log_message('critical', "API-WAS CALLED user" ); header("Access-Control-Allow-Origin: *");