From: arun Date: Sun, 14 Jan 2007 12:20:39 +0000 (+0000) Subject: fixed: provided links for new games, so that reloading is not required anymore X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e709fb780a236b6518653ac392c26a684204462;p=e-DoKo.git fixed: provided links for new games, so that reloading is not required anymore --- 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...
". " if you have a wedding, please send an email to the other players.
". " if you have poverty you need to play a normal game,sorry...
". - " At the moment you need to reload this page to finish the setup.
"; + " Please click here to finish the setup.
"; 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 "
checking if someone else selected solo or nines... wedding and poverty not handled at the moment
". - "reload this page to finish the setup
"; + " Please click here to finish the setup.
"; /* only set this after all poverty, etc. are handeled*/ DB_set_hand_status_by_hash($me,'play');