Update advanced-config-update-1.php

This commit is contained in:
Julian Prieber 2022-07-05 00:03:25 +02:00
parent 1ee73d0554
commit 2102d88373
1 changed files with 5 additions and 3 deletions

View File

@ -1,14 +1,16 @@
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Extra Settings | Extra Settings
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
*/ */
'expand_panel_admin_menu_permanently' => 'false', // Expands admin menu on the Admin Panel Sidebar permanently
'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false".
'disable_default_password_notice' => 'false', // Should only be used in a local testing environment
'disable_default_password_notice' => 'false', // Either "true" or "false".
]; ];