Skip to content

Commit c8aee64

Browse files
committed
Update update.blade.php
1 parent b46fab9 commit c8aee64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/views/update.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
if(EnvEditor::keyExists('SKIP_UPDATE_BACKUP')){ /* Do nothing if key already exists */
109109
} else { EnvEditor::addKey('SKIP_UPDATE_BACKUP', 'false');} // Adds key to .env file
110110
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+
111116
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
112117
?>
113118
@endif

0 commit comments

Comments
 (0)