index.php 327 B

123456789
  1. <?php
  2. /**
  3. * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved.
  4. * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0).
  5. * @author pillar<ltmn@qq.com>
  6. * 为了纠正默认目录绑定错误的默认调整
  7. */
  8. Header("HTTP/1.1 301 Moved Permanently");
  9. Header("Location: public/");