301.php 158 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_301 extends HTTP_Exception_Redirect {
  3. /**
  4. * @var integer HTTP 301 Moved Permanently
  5. */
  6. protected $_code = 301;
  7. }