From 95b72fab501b778555252b005ea8618a3305ad4c Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 24 May 2008 13:33:55 -0700 Subject: NEW FEATURE: automatically accept new games user can set this in the preferences now and won't be asked during a game setup Signed-off-by: Arun Persaud --- include/preferences.php | 54 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 9 deletions(-) (limited to 'include/preferences.php') diff --git a/include/preferences.php b/include/preferences.php index 3e25d31..8a6050d 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -1,5 +1,5 @@ \n"; } echo " \n"; if($changed_notify) echo "changed"; -echo " \n"; +echo " \n"; +echo " Autosetup: "; + +echo " \n"; +if($changed_autosetup) echo "changed"; +echo " \n"; echo " Card set: "; echo " \n"; } echo " \n"; if($changed_cards) echo "changed"; -echo " \n"; +echo " \n"; echo " Password(old): ", ""; switch($changed_password) @@ -168,7 +204,7 @@ echo " \n"; echo " \n"; echo " \n"; -echo "\n"; +echo "\n"; output_footer(); DB_close(); -- cgit v1.2.3-18-g5258