Skip to content

Commit

Permalink
Update update.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Jun 10, 2022
1 parent b46fab9 commit c8aee64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
if(EnvEditor::keyExists('SKIP_UPDATE_BACKUP')){ /* Do nothing if key already exists */
} else { EnvEditor::addKey('SKIP_UPDATE_BACKUP', 'false');} // Adds key to .env file
if(EnvEditor::keyExists('CUSTOM_META_TAGS')){ /* Do nothing if key already exists */
} else {EnvEditor::addKey('#', 'CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).');
EnvEditor::addKey('#S', 'You can read more about this config at https://llc.bio/advanced-config.');
EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
?>
@endif
Expand Down

0 comments on commit c8aee64

Please sign in to comment.