Update update.blade.php
This commit is contained in:
parent
95057f6209
commit
909c11263f
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue