summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-06-17 21:53:29 +0200
committerArun Persaud <arun@nubati.net>2007-06-19 09:55:03 +0200
commit4ab5b869e5e30735f150cf9563a8bd951a134ae8 (patch)
tree5651ba04c5fb4943de58aa51aa9bd86d91837396 /output.php
parent7128076b9409b55551f206d875218fc8f70bb273 (diff)
downloade-DoKo-4ab5b869e5e30735f150cf9563a8bd951a134ae8.tar.gz
e-DoKo-4ab5b869e5e30735f150cf9563a8bd951a134ae8.tar.bz2
e-DoKo-4ab5b869e5e30735f150cf9563a8bd951a134ae8.zip
BUGFIX: CC'ed on final game allowed to view different accounts
When people got CC'ed on the final email, they also got copies of everyones email and the link to the game in that email. That way they could go to the user page of a different user. Removed CC option and will just send out two emails from now on. The first one to all players (reply all possible) and the second one with the personal link.
Diffstat (limited to 'output.php')
-rw-r--r--output.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/output.php b/output.php
index 9cadcb0..81433d0 100644
--- a/output.php
+++ b/output.php
@@ -48,15 +48,6 @@ function output_user_settings($email,$password)
echo " <input type=\"hidden\" name=\"setpref\" value=\"germancards\" />\n";
echo " <input type=\"submit\" class=\"submitbutton\" value=\"use german cards\" /> <br />\n";
echo "</form>\n";
- echo "<form action=\"index.php\" method=\"post\">\n";
- echo " <input type=\"hidden\" name=\"email\" value=\"".$email."\" />\n";
- echo " <input type=\"hidden\" name=\"password\" value=\"".$password."\" />\n";
- echo " <input type=\"hidden\" name=\"setpref\" value=\"ccemail\" />\n";
- if($PREF["ccemail"]=="no")
- echo " <input type=\"submit\" class=\"submitbutton\" value=\"CC me on final email\" /> <br />\n";
- else
- echo " <input type=\"submit\" class=\"submitbutton\" value=\"don't CC me on final email\" /> <br />\n";
- echo "</form>\n";
echo "</div>\n";
return;
}