Skip to content

Commit 705f076

Browse files
committed
WIP
- Panel instalation
1 parent f255a00 commit 705f076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
return [
1212
'debug' => env('KIRBY_DEBUG', false),
1313
'panel' => [
14-
'install' => env('KIRBY_INSTALL', true),
14+
'install' => env('KIRBY_INSTALL', false),
1515
'slug' => env('KIRBY_PANEL', 'panel')
1616
],
1717
'session' => [

0 commit comments

Comments
 (0)