Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
require_once realpath(__DIR__ . '/../vendor/autoload.php');
|
||||
|
||||
require_once 'load_env.php';
|
||||
$env_file = '/home/intaleq-api/env/.env';
|
||||
$env_file = '/home/siro-api/env/.env';
|
||||
loadEnvironment($env_file);
|
||||
|
||||
|
||||
$key = trim(file_get_contents('/home/intaleq-api/.enckey'));
|
||||
$key = trim(file_get_contents('/home/siro-api/.enckey'));
|
||||
$iv = getenv('initializationVector'); // 16 bytes
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user