From 540b5cc0e133bbf4d117422f6a52dde63802f819 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Tue, 20 Sep 2005 17:24:18 +0000 Subject: [PATCH] And remove the authcode used... git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@173 05730e5d-ab1b-0410-a4ac-84af385074fa --- murmur.pl | 3 +++ 1 file changed, 3 insertions(+) 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;