Skip to content

Commit 7cf52a4

Browse files
committed
Update web.php
1 parent 909c112 commit 7cf52a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routes/web.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102

103103
unlink(base_path("backups/CANUPDATE"));
104104

105-
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../update?finishing />";
105+
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../update?finishing\" />";
106106

107107
} else {
108-
echo "No new version available.";
108+
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../update?error\" />";
109109
}
110110

111111
});

0 commit comments

Comments
 (0)