[FEATURE] Added custom boot managers

This commit is contained in:
Simon Sessingø
2016-03-19 16:14:36 +01:00
parent 5483ffe458
commit b29f2ce37d
7 changed files with 131 additions and 42 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class Response {
$this->httpCode($httpCode);
}
$this->header('Location: ' . $url);
$this->header('location: ' . $url);
die();
}