wesmiler hace 5 años
padre
commit
c869bd557c
Se han modificado 1 ficheros con 1 adiciones y 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){
 function filterHtmlUrl($html){
     $ip = request()->domain();
     $ip = request()->domain();
+    echo "http://{$ip}:443";
     $html = str_replace("http://{$ip}:443", '', $html);
     $html = str_replace("http://{$ip}:443", '', $html);
     $html = str_replace("http://{$ip}", '', $html);
     $html = str_replace("http://{$ip}", '', $html);
     $html = str_replace(["http://","https://"],["//","//"], $html);
     $html = str_replace(["http://","https://"],["//","//"], $html);