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 b46fab9 commit c8aee64Copy full SHA for c8aee64
1 file changed
resources/views/update.blade.php
@@ -108,6 +108,11 @@
108
if(EnvEditor::keyExists('SKIP_UPDATE_BACKUP')){ /* Do nothing if key already exists */
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');}
115
+
116
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
117
?>
118
@endif
0 commit comments