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