- Timestamp:
- 09/10/25 12:23:21 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dnsbl/dnsbl.cgi
r76 r78 46 46 } 47 47 48 my $dnsbl = new DNSBL;49 48 # here be drag'ns, should theoretically be $DNSBL::maxlvl, but we 50 49 # only have up to level 4 in the report HTML/template … … 159 158 for (my $i = 0; $i <= $maxlvl; $i++) { 160 159 my $orgn = "org$i"; 160 if ($i > 0 && !$webvar{orgn}) { 161 # use parent org instead of "null" org for subblocks 162 $webvar{$orgn} = $webvar{"org".($i-1)}; 163 } 161 164 my $blockn = "block$i"; 162 165 my $commentn = "comment$i";
Note:
See TracChangeset
for help on using the changeset viewer.