From ec799c6a6c714e390ee8729c6245dad23a7e5a2b Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 14 Dec 2006 09:36:20 +0000 Subject: moved files to top of domain and found a few links that didn't use the one defined in the config file. fixed now --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 287a064..baa5cbd 100644 --- a/index.php +++ b/index.php @@ -600,7 +600,7 @@ else if(isset($_REQUEST["me"])) echo "

these are the games you are playing in:
\n"; $result = mysql_query("SELECT hash,game_id from Hand WHERE user_id='$uid' AND status<>'gameover'" ); while( $r = mysql_fetch_array($result,MYSQL_NUM)) - echo "game #".$r[1]."
"; + echo "game #".$r[1]."
"; echo "

\n"; $names = DB_get_all_names(); @@ -609,7 +609,7 @@ else if(isset($_REQUEST["me"])) echo "$name
\n"; echo "

\n"; echo "

Want to start a new game? remember 4 names from the list above and visit ". - "this page.

"; + "this page.

"; } else { -- cgit v1.2.3-18-g5258