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