From c8aee64ac1fd778d2ed98e343eb96f7da1bc8fc8 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:35:15 +0200 Subject: [PATCH] Update update.blade.php --- resources/views/update.blade.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 9e53be2..4d7d835 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -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 "current() . "?success\" />"; ?> @endif