wesmiler 5 년 전
부모
커밋
c869bd557c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      vendor/thinkcmf/cmf/src/common.php

+ 1 - 0
vendor/thinkcmf/cmf/src/common.php

@@ -2374,6 +2374,7 @@ function strFilter($str){
  */
 function filterHtmlUrl($html){
     $ip = request()->domain();
+    echo "http://{$ip}:443";
     $html = str_replace("http://{$ip}:443", '', $html);
     $html = str_replace("http://{$ip}", '', $html);
     $html = str_replace(["http://","https://"],["//","//"], $html);