diff --git a/src/include/dedehtml2.class.php b/Src/包括/dedehtml2.class.php similarity index 99% rename from src/include/dedehtml2.class.php rename to Src/包括/dedehtml2.class.php index ef9d9b62..06b47518 100755 --- a/src/include/dedehtml2.class.php +++ b/Src/包括/dedehtml2.class.php @@ -48,7 +48,7 @@ class DedeHtml2 $this->Links = Array(); $this->BaseUrl = ''; $this->BaseUrlPath = ''; - $this->Scheme = 'http://'; + $this->Scheme = 'http://'; $this->HomeUrl = ''; $this->IsHead = false; $this->ImgHeight = 30; @@ -79,7 +79,7 @@ class DedeHtml2 $this->BaseUrl = $url; //判断文档相对于当前的路径 $urls = @parse_url($url); - $this->Scheme = $urls['scheme'] . '://'; + $this->Scheme = $urls['scheme'] . '://'; $this->HomeUrl = $urls['host']; $this->BaseUrlPath = $this->HomeUrl.$urls['path']; $this->BaseUrlPath = preg_replace("/\/([^\/]*)\.(.*)$/","/",$this->BaseUrlPath); @@ -402,7 +402,7 @@ class DedeHtml2 { $okurl = preg_replace('/^http:\/\//i', '', $surl); } - else if( strtolower(substr($surl,0,8))=='https://' ) + else if( strtolower(substr($surl,0,8))=='https://' ) { $okurl = preg_replace('/^https:\/\//i', '', $surl); }