]> ruin.nu Git - ndwebbie.git/blobdiff - index.pl
offset as bind value instead
[ndwebbie.git] / index.pl
index 118d0332e80db9d62f3079ac00c3dca939db1c38..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)$/){
+if (param('page') =~ /^(main|check|motd|points|covop|top100)$/){
        $page = $1;
 }