Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Üye Ol
Giriş Yap
DedeBIZ
/
DedeV6
İzle
2
Yıldızla
0
Çatalla
0
Kod
Değişiklik İstekleri
0
Sürümler
30
Aktivite
Kaynağa Gözat
Update channelunit.helper.php
调整开启绝对路径下,根网址重复问题
adminsite
叙述、别离
6 gün önce
ebeveyn
a392285dda
işleme
568307ca4a
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
src/system/helpers/channelunit.helper.php
+ 1
- 1
src/system/helpers/channelunit.helper.php
Dosyayı Görüntüle
@@ -612,7 +612,7 @@ function GetHotKeywords(&$dsql, $num = 8, $nday = 365, $klen = 16, $orderby = 'c
*/
function Gmapurl($gurl)
{
return preg_match("
/http[s]?:\/\//
i", $gurl) ? $gurl : $GLOBALS['cfg_basehost'].$gurl;
return preg_match("
#^(http|https):\/\/#
i", $gurl) ? $gurl : $GLOBALS['cfg_basehost'].$gurl;
}
/**
* 引用回复标记处理
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet