X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=index.pl;h=62e81c0eae5326b4333fbb9c8c4eab4484d3014c;hb=a7cec3a4152ab42e16d6b530f25f960909c72eca;hp=03f62f1b9779a956b2abb739c2b12a230e882743;hpb=80f02fee77b80abf19a48c5fee4f4cd09150d991;p=ndwebbie.git diff --git a/index.pl b/index.pl index 03f62f1..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|points)$/){ +if (param('page') =~ /^(main|check|motd|points|covop|top100)$/){ $page = $1; }