From 0e6a8202464aa57c8ab060c8e939283c7c024b1b Mon Sep 17 00:00:00 2001 From: Alex Schmidt Date: Mon, 11 Nov 2013 09:42:49 +0100 Subject: [PATCH] Corrected contact email. --- flipacoin.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipacoin.cgi b/flipacoin.cgi index 408c445..772b90e 100755 --- a/flipacoin.cgi +++ b/flipacoin.cgi @@ -72,7 +72,7 @@ if ( ! ($requestedaction =~ /\A[a-z]*\z/) ) { exit; } -print "During the last $COINLIFETIME days $flippedcoinsindb/$coinsindb coins were flipped/created. | Browse code and send patches to patchme@flipacoin.org."; +print "During the last $COINLIFETIME days $flippedcoinsindb/$coinsindb coins were flipped/created. | Browse code and send patches to patchme\@flipacoin.org."; print "
"; print "

flipacoin.org - The Internet's first coinflipping service.

"; -- 2.39.2