Disallow panel remote installation

This commit is contained in:
Paul Nicoué 2022-12-21 16:42:17 +01:00
parent 754d3f3670
commit ec5677ad9f

View file

@ -3,7 +3,6 @@
return [
// Kirby configuration settings
'panel' => [
'install' => true,
'language' => 'fr',
'css' => 'build/panel.css'
],