X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=ecb27a21cb7d38cdcbd384c4677d8a75156de78b;hb=870325485adff6e11c7d43fd9a3146f943ab735b;hp=537f46fed29ab15cd2f93772da02c22d66f60c7a;hpb=0261522c27d089adb08a6055c2c9e9b41459dd6e;p=ndwebbie.git diff --git a/index.pl b/index.pl index 537f46f..ecb27a2 100755 --- a/index.pl +++ b/index.pl @@ -71,6 +71,8 @@ if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|a our $XML = 0; $XML = 1 if param('xml') and $page =~ /^(raids)$/; +our $AJAX = 1; + my $type = 'text/html'; if ($XML){ $type = 'text/xml'; @@ -118,7 +120,7 @@ $USER = undef; $PLANET = undef; $TEMPLATE = undef; $TICK = undef; -%GROUPS = undef; +undef %GROUPS; $ND::BODY = undef; exit;