Skip to content

Commit 51d5d40

Browse files
committed
Update finishing.blade.php
1 parent 3564cff commit 51d5d40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/views/components/finishing.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
Schema::enableForeignKeyConstraints();
3232
}
3333
34+
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
35+
if(EnvEditor::keyExists('ALLOW_USER_HTML')){DotenvEditor::setKey('ALLOW_USER_HTML', 'true');}
36+
}
37+
3438
if (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {
3539
3640
function getStringBetween($string, $start, $end) {

0 commit comments

Comments
 (0)