ソースを参照

Update softlinks.lib.php

tags/6.5.6
tianya 3日前
コミット
68b45ea162
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/system/taglib/channel/softlinks.lib.php

+ 1
- 1
src/system/taglib/channel/softlinks.lib.php ファイルの表示

@@ -60,7 +60,7 @@ function ch_softlinks_all($fvalue, &$ctag, &$refObj, &$row)
if (!isset($firstLink) && $islocal == 1) $firstLink = $link;
if ($islocal == 1 && $row['islocal'] != 1) continue;
//支持http,迅雷下载,ftp,flashget
if (!preg_match("#^http:\/\/|^thunder:\/\/|^ftp:\/\/|^flashget:\/\/#i", $link) && $cfg_multi_site == 'Y') {
if (!preg_match("#^(http|https):\/\/|^thunder:\/\/|^ftp:\/\/|^flashget:\/\/#i", $link) && $cfg_multi_site == 'Y') {
$link = $cfg_mainsite.$link;
}
$downloads = getDownloads($link);


読み込み中…
キャンセル
保存