From 68b45ea162c7af4c02684a314fdacce8fc0b39d0 Mon Sep 17 00:00:00 2001 From: tianya Date: Mon, 31 Mar 2025 22:55:00 +0800 Subject: [PATCH] Update softlinks.lib.php --- src/system/taglib/channel/softlinks.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/taglib/channel/softlinks.lib.php b/src/system/taglib/channel/softlinks.lib.php index 2963143b..a048d8b9 100755 --- a/src/system/taglib/channel/softlinks.lib.php +++ b/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);