]> ruin.nu Git - ndwebbie.git/blobdiff - index.pl
launchConfirmation and minor fixes
[ndwebbie.git] / index.pl
index 03f62f1b9779a956b2abb739c2b12a230e882743..9adbbd75ebd60921732a14182c1c5936a1f59b44 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)$/){
+if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation)$/){
        $page = $1;
 }