This commit is contained in:
dev-chiefworks
2022-04-13 19:01:01 -04:00
parent 3593a10251
commit 4ee18c5379
+1 -1
View File
@@ -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: *");