From 8cbd85009c2bd424c49dead994b41987fab3cccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=BA=E5=A4=AA=E5=BA=81=E9=95=B7=E5=AE=98?= <122600023+PrefKarafuto@users.noreply.github.com> Date: Tue, 11 Jul 2023 23:03:32 +0900 Subject: [PATCH] Update bbs_service.pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 余計な箇所があったので削除 --- test/module/bbs_service.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/module/bbs_service.pl b/test/module/bbs_service.pl index 1c2134b..b03b697 100644 --- a/test/module/bbs_service.pl +++ b/test/module/bbs_service.pl @@ -249,10 +249,6 @@ sub PrintIndexHead my $favicon = $this->{'SET'}->Get('BBS_FAVICON'); my $bbsinfo = $this->{'SET'}->Get('BBS_SUBTITLE'); - if($image !~ /^https?:\/\//){ - $image = $url.$image; - } - # HTMLヘッダの出力 $Page->Print(<