Skip to content

Commit 909c112

Browse files
committed
Update update.blade.php
1 parent 95057f6 commit 909c112

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/views/update.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@
8484
//run before finishing:
8585
// EnvEditor::addKey('MY_VALUE', 'truefalse'); // Adds key to .env file
8686
87-
$URL = Route::current()->getName();
88-
header("Location: ".$URL."?success");
89-
exit(); ?>
87+
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
88+
?>
9089
@endif
9190

9291
@if($_SERVER['QUERY_STRING'] === 'success')

0 commit comments

Comments
 (0)