]> ruin.nu Git - ndwebbie.git/blobdiff - index.pl
top100 and minor fixes
[ndwebbie.git] / index.pl
index ddc0da7c659cd8d66005397c96a566c43b328312..62e81c0eae5326b4333fbb9c8c4eab4484d3014c 100755 (executable)
--- 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;
 }