X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=9adbbd75ebd60921732a14182c1c5936a1f59b44;hb=508dd947d7de74b6e0d021b885a77407e524b6b2;hp=118d0332e80db9d62f3079ac00c3dca939db1c38;hpb=6fec5ae1e0a9f7c4bb1964563392f06c8f2a7bb4;p=ndwebbie.git diff --git a/index.pl b/index.pl index 118d033..9adbbd7 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)$/){ +if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation)$/){ $page = $1; }