X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=fe1572b68330d920d1e89d4fd2256bc5c513aa33;hb=5af89dd22a075c6652b779ef471bf21cb9965cb6;hp=e557be179b6bc51e6c3e03f71008c86e4dacf9ac;hpb=afc3b476209555d1769aaca6f4f376f57dcefc33;p=ndwebbie.git diff --git a/index.pl b/index.pl index e557be1..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|alliances)$/){ +if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|addintel|defrequest|raids|editRaid|calls|intel|users|alliances|memberIntel)$/){ $page = $1; }