X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;fp=index.pl;h=537f46fed29ab15cd2f93772da02c22d66f60c7a;hb=0261522c27d089adb08a6055c2c9e9b41459dd6e;hp=31beaf5ce486f3a2159fb571bf263ea700825ea0;hpb=6eacbf94cc13b8b6df3018df1159065fc9a5140e;p=ndwebbie.git diff --git a/index.pl b/index.pl index 31beaf5..537f46f 100755 --- a/index.pl +++ b/index.pl @@ -96,6 +96,7 @@ unless ($XML){ $TEMPLATE->param(isHC => isHC()); $TEMPLATE->param(isDC => isDC()); $TEMPLATE->param(isBC => isBC()); + $TEMPLATE->param(isIntel => isBC()); $TEMPLATE->param(isAttacker => $ATTACKER && (!isMember() || ((($TICK - $fleetupdate < 24) || isScanner()) && $PLANET))); if ($ATTACKER && (!isMember() || ((($TICK - $fleetupdate < 24) || isScanner()) && $PLANET))){ $ND::TEMPLATE->param(Targets => listTargets());