Upgrade to 3.5.3.1

This commit is contained in:
Bastian Allgeier
2021-02-24 17:17:08 +01:00
parent 448ec7e54e
commit 011139ef61
14 changed files with 108 additions and 73 deletions

View File

@@ -220,7 +220,7 @@ function gist(string $url, string $file = null): string
* @param int $code
* @return void
*/
function go(string $url = null, int $code = 302)
function go(string $url = '/', int $code = 302)
{
die(Response::redirect($url, $code));
}