@@ -45,7 +45,7 @@ |
||
| 45 | 45 | protected function triggerRedirect($location = '/', $code = 301) |
| 46 | 46 | { |
| 47 | 47 | header('HTTP/2 ' . $code . ' ' . Response::HTTP_STATUS_CODES[$code]); |
| 48 | - header('Location: ' . $location); |
|
| 48 | + header('Location: ' . $location); |
|
| 49 | 49 | |
| 50 | 50 | exit(0); |
| 51 | 51 | } |