diff --git a/murmur.pl b/murmur.pl index 0ea3ec250..e09d59841 100755 --- a/murmur.pl +++ b/murmur.pl @@ -70,6 +70,9 @@ if ($auth) { print "

Tsk tsk

Now, that's not a valid auth code, is it?

"; } $sth->finish(); + $sth = $dbh->prepare("DELETE FROM player_auth WHERE authcode = ?"); + $sth->execute($q->param('auth')); + $sth->finish(); $showit = 0; } elsif (defined($name) && defined($pw) && defined($email)) { my @errors;