X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=62e81c0eae5326b4333fbb9c8c4eab4484d3014c;hb=a7cec3a4152ab42e16d6b530f25f960909c72eca;hp=118d0332e80db9d62f3079ac00c3dca939db1c38;hpb=6fec5ae1e0a9f7c4bb1964563392f06c8f2a7bb4;p=ndwebbie.git diff --git a/index.pl b/index.pl index 118d033..62e81c0 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)$/){ $page = $1; }