Your Name 10 달 전
부모
커밋
24ac90ac7d
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8
    1
      application/home/controller/City.php

+ 8
- 1
application/home/controller/City.php 파일 보기

426
                 exit();
426
                 exit();
427
             }
427
             }
428
         }
428
         }
429
-        return "656565";
429
+
430
+
431
+        $url = 'https://'.$domain.'.zc10000.com';
432
+        header('HTTP/1.1 301 Moved Permanently');
433
+        header('Location: '.$url.'');
434
+        exit();
435
+
436
+        //return "656565";
430
     }
437
     }
431
 
438
 
432
     public  function  fileHandle()
439
     public  function  fileHandle()

Loading…
취소
저장