LinkStack/storage/templates/advanced-config-update-1.php

16 lines
493 B
PHP
Raw Normal View History

2022-06-27 16:29:50 +02:00
2022-07-05 00:03:25 +02:00
/*
2022-06-27 16:29:50 +02:00
|--------------------------------------------------------------------------
| Extra Settings
|--------------------------------------------------------------------------
|
*/
2022-07-05 00:03:25 +02:00
// Expands admin menu on the Admin Panel Sidebar permanently
'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false".
2022-06-27 16:29:50 +02:00
2022-07-05 00:03:25 +02:00
// Should only be used in a local testing environment
'disable_default_password_notice' => 'false', // Either "true" or "false".
2022-06-27 16:29:50 +02:00
];