]> ruin.nu Git - ndwebbie.git/blobdiff - index.pl
minor fixes
[ndwebbie.git] / index.pl
index e0da7c0d710cf4441bdb67608108b29c5741a52f..3937831a738e81695fbfe29e681184ee0d442956 100755 (executable)
--- a/index.pl
+++ b/index.pl
@@ -63,7 +63,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|addintel|defrequest|raids|editRaid)$/){
+if (param('page') =~ /^(main|check|motd|points|covop|top100|launchConfirmation|addintel|defrequest|raids|editRaid|calls)$/){
        $page = $1;
 }