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 fc8a18f commit bce7a57Copy full SHA for bce7a57
resources/views/components/finishing.blade.php
@@ -10,6 +10,9 @@
10
if(EnvEditor::keyExists('CUSTOM_META_TAGS')){ /* Do nothing if key already exists */
11
} else {EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
12
13
+ if(EnvEditor::keyExists('MAINTENANCE_MODE')){ /* Do nothing if key already exists */
14
+ } else {EnvEditor::addKey('MAINTENANCE_MODE', 'false');}
15
+
16
if (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {
17
18
function getStringBetween($string, $start, $end) {
0 commit comments