X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=ff0381f0be616ac4fbc9f20ae5d91d66cb8e7415;hb=fd11deae5a5d1ca5ba3fa94ef5aeab3ff0f31c99;hp=502e1452993d05f984984fbae0cc77f8ac4c6324;hpb=6e36f2eca16349d4502126527be1bdddf3c39187;p=ndwebbie.git diff --git a/index.pl b/index.pl index 502e145..ff0381f 100755 --- a/index.pl +++ b/index.pl @@ -66,7 +66,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)$/){ +if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|addintel|defrequest)$/){ $page = $1; }