Skip to content

Commit c90e49f

Browse files
committed
Update web.php
1 parent 8de8e66 commit c90e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
unlink(base_path("backups/CANUPDATE"));
104104

105105
$URL = Route::current()->getName();
106-
header("Location: ".$URL."/../update?success");
106+
header("Location: ".$URL."/../update?finishing");
107107
exit();
108108

109109
} else {

0 commit comments

Comments
 (0)