303.php 207 B

12345678910
  1. <?php defined('SYSPATH') OR die('No direct script access.');
  2. class Kohana_HTTP_Exception_303 extends HTTP_Exception_Redirect {
  3. /**
  4. * @var integer HTTP 303 See Other
  5. */
  6. protected $_code = 303;
  7. }