X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=fe1572b68330d920d1e89d4fd2256bc5c513aa33;hb=5af89dd22a075c6652b779ef471bf21cb9965cb6;hp=b41a889c5c5979cdd77fadb54977c524ceaf2542;hpb=aa6a1cd834d42beaf03b7b9ddb5e5686ea3b132e;p=ndwebbie.git diff --git a/index.pl b/index.pl index b41a889..fe1572b 100755 --- a/index.pl +++ b/index.pl @@ -64,7 +64,7 @@ while (my ($name,$attack,$gid) = $query->fetchrow()){ our $LOG = $DBH->prepare('INSERT INTO log (uid,text) VALUES(?,?)'); my $page = 'main'; -if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|addintel|defrequest|raids|editRaid|calls|intel|users)$/){ +if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|addintel|defrequest|raids|editRaid|calls|intel|users|alliances|memberIntel)$/){ $page = $1; }