Skip to content

Commit

Permalink
FastCGI表示
Browse files Browse the repository at this point in the history
  • Loading branch information
PrefKarafuto committed May 20, 2024
1 parent c3187d1 commit 8779417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/module/bbs_service.pl
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,12 @@ sub PrintIndexFoot
my $lastMod = sprintf("Last modified : %d/%02d/%02d %02d:%02d:%02d",$year,$mon,$day,$hour,$min,$sec);
$Page->Print("<div align=\"center\" style=\"font-size: 0.8em; color: #933;\">$lastMod</div>");

my $is_fcgi = $ENV{'FCGI_ROLE'} ? '/FastCGI' : '';

$Page->Print(<<FOOT);
<div style="margin-top:1.2em;">
<a href="https://github.com/PrefKarafuto/ex0ch">EXぜろちゃんねる</a>
BBS.CGI - $ver (Perl)
BBS.CGI - $ver (Perl$is_fcgi)
@{[ $Sys->Get('DNSBL_TOREXIT') ? '+dan.me.uk' : '' ]}
@{[ $Sys->Get('DNSBL_S5H') ? '+S5H' : '' ]}
@{[ $Sys->Get('DNSBL_DRONEBL') ? '+DeoneBL' : '' ]}
Expand Down

0 comments on commit 8779417

Please sign in to comment.