summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-12 16:00:56 +0000
committerarun <arun>2007-01-12 16:00:56 +0000
commit594f6737e0206bf80b636afa828cc80c21a0945d (patch)
treed28eb49128936fb4a5c881821c46f84f5114630c /index.php
parent1609d836dc4157e318707b6a5a859f42b527b0cf (diff)
downloade-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.gz
e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.bz2
e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.zip
some small bugfixes
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5bc9e45..4f60b89 100644
--- a/index.php
+++ b/index.php
@@ -107,7 +107,9 @@ else if( myisset("PlayerA", "PlayerB","PlayerC","PlayerD" ))
mymail($EmailB,"You are invited to a game of DoKo","Hello $PlayerB,\n".$message.$hashB);
mymail($EmailC,"You are invited to a game of DoKo","Hello $PlayerC,\n".$message.$hashC);
mymail($EmailD,"You are invited to a game of DoKo","Hello $PlayerD,\n".$message.$hashD);
-
+
+
+ echo "You started a new game. The emails have been sent out!";
}
/* end set up a new game */