summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 38879e9..9842041 100644
--- a/index.php
+++ b/index.php
@@ -140,6 +140,10 @@ else if(myisset("me"))
$myname = DB_get_name_by_hash($me);
$mystatus = DB_get_status_by_hash($me);
$mypos = DB_get_pos_by_hash($me);
+
+ echo "<p class=\"gamenumber\"> Game $gameid </p>\n";
+
+
if(myisset("cancle"))
echo "<p style=\"background-color:red\";>canceling a game is not implemented at the moment, but will be soon...<br /><br /></p>";