From ec5677ad9f2183ec1f83c35cf75ec6b7b5707c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Wed, 21 Dec 2022 16:42:17 +0100 Subject: [PATCH] Disallow panel remote installation --- site/config/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/site/config/config.php b/site/config/config.php index 3dad059..40745d8 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -3,7 +3,6 @@ return [ // Kirby configuration settings 'panel' => [ - 'install' => true, 'language' => 'fr', 'css' => 'build/panel.css' ],