This commit is contained in:
Julian Prieber 2022-06-10 16:28:47 +02:00
parent 49ffd09c6a
commit 63744f7ba8
1 changed files with 1 additions and 3 deletions

View File

@ -109,9 +109,7 @@ exit(); ?>
} 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');}
} else {EnvEditor::addKey('CUSTOM_META_TAGS', 'false');}
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
?>