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