We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909c112 commit 7cf52a4Copy full SHA for 7cf52a4
routes/web.php
@@ -102,10 +102,10 @@
102
103
unlink(base_path("backups/CANUPDATE"));
104
105
- echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../update?finishing />";
+ echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../update?finishing\" />";
106
107
} else {
108
- echo "No new version available.";
+ echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../update?error\" />";
109
}
110
111
});
0 commit comments