fixed: provided links for new games, so that reloading is not required anymore
authorarun <arun@nubati.net>
Sun, 14 Jan 2007 12:20:39 +0000 (12:20 +0000)
committerarun <arun>
Sun, 14 Jan 2007 12:20:39 +0000 (12:20 +0000)
index.php

index 157c7bdc8a30b7fdce115e8bef76a36ccafa053d..cd404b3e7da1bef925975977fe9f39d47c75e944 100644 (file)
--- 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');