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 49ffd09 commit 63744f7Copy full SHA for 63744f7
resources/views/update.blade.php
@@ -109,9 +109,7 @@
109
} else { EnvEditor::addKey('SKIP_UPDATE_BACKUP', 'false');} // Adds key to .env file
110
111
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');}
+ } else {EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
115
116
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
117
?>
0 commit comments