From ea644fa484192197ba89eda5f62d2602c57b9c38 Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Sun, 2 Nov 2025 19:48:50 +0700 Subject: [PATCH] formatUrl dont use filter_src --- include/functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/functions.php b/include/functions.php index 520f924a..b6330460 100644 --- a/include/functions.php +++ b/include/functions.php @@ -223,10 +223,6 @@ function formatAdUrl($adid, $url, $content, $newWindow=true) return formatUrl("adredir.php?id=".$adid."&url=".rawurlencode($url), $newWindow, $content); } function formatUrl($url, $newWindow = false, $text = '', $linkClass = '') { - $src = filter_src($url); - if (empty($src)) { - return ""; - } if (!$text) { $text = $url; }