From ca794a2c805e9890e2248ae1db416ea72b59dfbe Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 14 Jan 2026 14:17:27 +0100 Subject: [PATCH] enable panel install online --- site/config/config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/config/config.php b/site/config/config.php index 29e750b..e0e0964 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -4,6 +4,10 @@ return [ // Debug mode (désactiver en production) 'debug' => true, + 'panel' => [ + 'install' => true + ], + // Panel configuration 'panel' => [ // Menu personnalisé du panel