We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3564cff commit 51d5d40Copy full SHA for 51d5d40
resources/views/components/finishing.blade.php
@@ -31,6 +31,10 @@
31
Schema::enableForeignKeyConstraints();
32
}
33
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
+
38
if (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {
39
40
function getStringBetween($string, $start, $end) {
0 commit comments