Update advanced-config-update-1.php
This commit is contained in:
parent
1ee73d0554
commit
2102d88373
|
@ -1,14 +1,16 @@
|
|||
|
||||
|
||||
/*
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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".
|
||||
|
||||
];
|
Loading…
Reference in New Issue