X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=index.php;h=cd404b3e7da1bef925975977fe9f39d47c75e944;hp=157c7bdc8a30b7fdce115e8bef76a36ccafa053d;hb=6e709fb780a236b6518653ac392c26a684204462;hpb=08de22eff38ad5fc17174d8515b5eb90e8dc8841 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');