Update update.blade.php
This commit is contained in:
parent
95057f6209
commit
909c11263f
|
@ -84,9 +84,8 @@ exit(); ?>
|
||||||
//run before finishing:
|
//run before finishing:
|
||||||
// EnvEditor::addKey('MY_VALUE', 'truefalse'); // Adds key to .env file
|
// EnvEditor::addKey('MY_VALUE', 'truefalse'); // Adds key to .env file
|
||||||
|
|
||||||
$URL = Route::current()->getName();
|
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
|
||||||
header("Location: ".$URL."?success");
|
?>
|
||||||
exit(); ?>
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if($_SERVER['QUERY_STRING'] === 'success')
|
@if($_SERVER['QUERY_STRING'] === 'success')
|
||||||
|
|
Loading…
Reference in New Issue