Skip to content

Commit

Permalink
Update maintenance-mode.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Sep 20, 2020
1 parent 399be30 commit 51c1b6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if (isset($data['redirect']) && $_SERVER['REQUEST_URI'] !== $data['redirect']) {

// Output the prerendered template...
http_response_code($data['status'] ?? 503);

if (isset($data['retry'])) {
header('Retry-After: '.$data['retry']);
}
Expand Down

0 comments on commit 51c1b6f

Please sign in to comment.