From 4ab5b869e5e30735f150cf9563a8bd951a134ae8 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 17 Jun 2007 21:53:29 +0200 Subject: 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. --- output.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'output.php') 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 " \n"; echo "
\n"; echo "\n"; - echo "
\n"; - echo " \n"; - echo " \n"; - echo " \n"; - if($PREF["ccemail"]=="no") - echo "
\n"; - else - echo "
\n"; - echo "
\n"; echo "\n"; return; } -- cgit v1.2.3-18-g5258