Update web.php

This commit is contained in:
Julian Prieber 2022-05-25 20:53:00 +02:00
parent 8de8e665d8
commit c90e49fa1c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ Route::get('/updating', function (\Codedge\Updater\UpdaterManager $updater) {
unlink(base_path("backups/CANUPDATE"));
$URL = Route::current()->getName();
header("Location: ".$URL."/../update?success");
header("Location: ".$URL."/../update?finishing");
exit();
} else {