mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 19:27:34 +02:00
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…
x
Reference in New Issue
Block a user