wesmiler %!s(int64=5) %!d(string=hai) anos
pai
achega
c869bd557c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);