Update update.blade.php

This commit is contained in:
Julian Prieber 2022-05-26 11:40:13 +02:00
parent 95057f6209
commit 909c11263f
1 changed files with 2 additions and 3 deletions

View File

@ -84,9 +84,8 @@ exit(); ?>
//run before finishing:
// EnvEditor::addKey('MY_VALUE', 'truefalse'); // Adds key to .env file
$URL = Route::current()->getName();
header("Location: ".$URL."?success");
exit(); ?>
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
?>
@endif
@if($_SERVER['QUERY_STRING'] === 'success')