From 3595e0049eab919da98e4b7213fedccb0d4823d7 Mon Sep 17 00:00:00 2001 From: theitaliandeveloper Date: Mon, 17 Nov 2025 11:13:29 +0100 Subject: [PATCH] Aggiornare il readme, cosa che dimentico sempre --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f52099..c707466 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ if (AUTH_TYPE === 'keycloak') { if (!defined('KEYCLOAK_CLIENT_SECRET')) { define('KEYCLOAK_CLIENT_SECRET',''); // Client Secret per Keycloak (ad esempio abcdefghijklm) } + if (!defined('KEYCLOAK_ALLOWED_USERS')) { + define('KEYCLOAK_ALLOWED_USERS',[]); // Contiene i nomi utente degli utenti autorizzati ad accedere all'amministrazione + } } ?> ```