From 87619b20d23599acf4132d2f36555ffeda35f775 Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 26 Jan 2007 12:17:32 +0000 Subject: added game number to game display --- index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.php') 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 "

Game $gameid

\n"; + + if(myisset("cancle")) echo "

canceling a game is not implemented at the moment, but will be soon...

"; -- cgit v1.2.3-18-g5258