Update finishing.blade.php

This commit is contained in:
Julian Prieber 2022-11-10 22:14:07 +01:00
parent 3564cfff74
commit 51d5d40526

View File

@ -31,6 +31,10 @@
Schema::enableForeignKeyConstraints();
}
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 (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {
function getStringBetween($string, $start, $end) {