From f94f6642eae8fc0ea679183bebd6b63ce517bc3d Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 20 Jan 2025 17:45:42 +0200 Subject: [PATCH] debug --- app/init.php | 1 + 1 file changed, 1 insertion(+) 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'],