This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
30
Activity
Browse Source
Update channelunit.helper.php
调整开启绝对路径下,根网址重复问题
adminsite
叙述、别离
6 days ago
parent
a392285dda
commit
568307ca4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/system/helpers/channelunit.helper.php
+ 1
- 1
src/system/helpers/channelunit.helper.php
View File
@@ -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;
}
/**
* 引用回复标记处理
Write
Preview
Loading…
Cancel
Save