diff --git a/app/init.php b/app/init.php index 3efdda4118..b211a71710 100644 --- a/app/init.php +++ b/app/init.php @@ -607,6 +607,7 @@ Database::addFilter( } $value = json_decode($value, true); $key = System::getEnv('_APP_OPENSSL_KEY_V' . $value['version']); + var_dump([ 'key' => $key, 'method' => $value['method'],