Skip to content

Commit 63744f7

Browse files
committed
hotfix
1 parent 49ffd09 commit 63744f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/views/update.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@
109109
} else { EnvEditor::addKey('SKIP_UPDATE_BACKUP', 'false');} // Adds key to .env file
110110
111111
if(EnvEditor::keyExists('CUSTOM_META_TAGS')){ /* Do nothing if key already exists */
112-
} else {EnvEditor::addKey('#', 'CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).');
113-
EnvEditor::addKey('#S', 'You can read more about this config at https://llc.bio/advanced-config.');
114-
EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
112+
} else {EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
115113
116114
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
117115
?>

0 commit comments

Comments
 (0)