Update web.php
This commit is contained in:
parent
8de8e665d8
commit
c90e49fa1c
|
@ -103,7 +103,7 @@ Route::get('/updating', function (\Codedge\Updater\UpdaterManager $updater) {
|
||||||
unlink(base_path("backups/CANUPDATE"));
|
unlink(base_path("backups/CANUPDATE"));
|
||||||
|
|
||||||
$URL = Route::current()->getName();
|
$URL = Route::current()->getName();
|
||||||
header("Location: ".$URL."/../update?success");
|
header("Location: ".$URL."/../update?finishing");
|
||||||
exit();
|
exit();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue