summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functions.php4
-rw-r--r--index.php4
-rw-r--r--output.php6
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;
}
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 */
diff --git a/output.php b/output.php
index 21ce2fc..32dbd7b 100644
--- a/output.php
+++ b/output.php
@@ -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;
}