Update finishing.blade.php
This commit is contained in:
parent
51d5d40526
commit
2126497f6e
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
|
||||
if(EnvEditor::keyExists('ALLOW_USER_HTML')){DotenvEditor::setKey('ALLOW_USER_HTML', 'true');}
|
||||
if(EnvEditor::keyExists('ALLOW_USER_HTML')){EnvEditor::editKey('ALLOW_USER_HTML', 'true');}
|
||||
}
|
||||
|
||||
if (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {
|
||||
|
|
Loading…
Reference in New Issue