summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-14 12:20:39 +0000
committerarun <arun>2007-01-14 12:20:39 +0000
commit6e709fb780a236b6518653ac392c26a684204462 (patch)
treec1c2829d1dea494d68394aec289771c214886abb
parent08de22eff38ad5fc17174d8515b5eb90e8dc8841 (diff)
downloade-DoKo-6e709fb780a236b6518653ac392c26a684204462.tar.gz
e-DoKo-6e709fb780a236b6518653ac392c26a684204462.tar.bz2
e-DoKo-6e709fb780a236b6518653ac392c26a684204462.zip
fixed: provided links for new games, so that reloading is not required anymore
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 157c7bd..cd404b3 100644
--- a/index.php
+++ b/index.php
@@ -191,7 +191,7 @@ else if(myisset("me"))
echo "checking if you selected solo or nines...<br />".
" if you have a wedding, please send an email to the other players. <br />".
" if you have poverty you need to play a normal game,sorry...<br />".
- " At the moment you need to reload this page to finish the setup.<br />";
+ " Please click <a href=\"$host?me=$me\">here</a> to finish the setup.<br />";
if(!myisset("solo","wedding","poverty","nines") )
{
/* all these variables have a pre-selected default,
@@ -251,7 +251,7 @@ else if(myisset("me"))
* tell people about it.
*/
echo "<br />checking if someone else selected solo or nines... wedding and poverty not handled at the moment<br />".
- "reload this page to finish the setup <br />";
+ " Please click <a href=\"$host?me=$me\">here</a> to finish the setup.<br />";
/* only set this after all poverty, etc. are handeled*/
DB_set_hand_status_by_hash($me,'play');