Skip to content

Commit bce7a57

Browse files
committed
Added option to config on update
1 parent fc8a18f commit bce7a57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/components/finishing.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
if(EnvEditor::keyExists('CUSTOM_META_TAGS')){ /* Do nothing if key already exists */
1111
} else {EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
1212
13+
if(EnvEditor::keyExists('MAINTENANCE_MODE')){ /* Do nothing if key already exists */
14+
} else {EnvEditor::addKey('MAINTENANCE_MODE', 'false');}
15+
1316
if (!config()->has('advanced-config.expand_panel_admin_menu_permanently') and !config()->has('disable_default_password_notice')) {
1417
1518
function getStringBetween($string, $start, $end) {

0 commit comments

Comments
 (0)