*/}}
소스 검색

Changed to HTTPS redirect

Yiming Wu 3 년 전
부모
커밋
71e74e9ff1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -87,7 +87,7 @@ class LA{
         if(isset($this->Redirect) && isset($this->Redirect[0])) foreach($this->Redirect as $r){
             if($r['for']=='S'){
                 if(preg_match('/'.$r['format'].'/ui', $_SERVER['HTTP_HOST'])){
-                    header('Location:http://'.$r['domain'].'/index.php?post='.$r['target']); exit;
+                    header('Location:https://'.$r['domain'].'/index.php?post='.$r['target']); exit;
                 }
             }
         }