diff options
-rw-r--r-- | functions.php | 4 | ||||
-rw-r--r-- | index.php | 4 | ||||
-rw-r--r-- | output.php | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/functions.php b/functions.php index ec7dfac..221bea8 100644 --- a/functions.php +++ b/functions.php @@ -26,8 +26,8 @@ function myisset() foreach($args as $arg) { $ok = $ok * isset($_REQUEST[$arg]); - /* echo "$arg: ok = $ok <br />"; - */ + /*echo "$arg: ok = $ok <br />"; + */ } return $ok; } @@ -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 */ @@ -16,9 +16,9 @@ function display_news() global $wiki; echo "<div class=\"bug\">\n". " Please hit <strong>shift+reload</strong>.<br /><hr />\n". - " the table and the names are now always shown. <br /><hr />". - " If you find more bugs, please list them in the <a href=\"".$wiki. - "\">wiki</a>.\n</div>\n"; + " The server now keeps score... (only from now on) <br /><hr />". + " If you find more bugs, please list them in the <a href=\"". + $wiki."\">wiki</a>.\n</div>\n"; return; } |