Browse Source

Update Response.php

typo
tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
c8f6baf5ba
  1. 2
      framework/web/Response.php

2
framework/web/Response.php

@ -216,7 +216,7 @@ class Response extends \yii\base\Response
450 => 'Blocked by Windows Parental Controls',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway ou Proxy Error',
502 => 'Bad Gateway or Proxy Error',
503 => 'Service Unavailable',
504 => 'Gateway Time-out',
505 => 'HTTP Version not supported',

Loading…
Cancel
Save