mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-24 15:57:53 +01:00
Update update.blade.php
This commit is contained in:
parent
b46fab95be
commit
c8aee64ac1
@ -108,6 +108,11 @@ exit(); ?>
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user