]> ruin.nu Git - ndwebbie.git/blobdiff - index.pl
changed title
[ndwebbie.git] / index.pl
index 502e1452993d05f984984fbae0cc77f8ac4c6324..ff0381f0be616ac4fbc9f20ae5d91d66cb8e7415 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|top100|launchConfirmation)$/){
+if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|addintel|defrequest)$/){
        $page = $1;
 }