Index.Class.php 158 B

12345678910
  1. <?php
  2. namespace JinDouYun\Controller\Index;
  3. class Index
  4. {
  5. public function index()
  6. {
  7. header('Location:https://junhailan.com');exit();
  8. }
  9. }