From: Eloi G. <ada...@us...> - 2004-10-03 23:18:08
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv397/conf Modified Files: help.php Log Message: Fixed Bug Report [1038108] "1.0.0 CVS: Off-site Avatar checking needed" Remote Avatars are now disabled by default & admins are now warned about the dangers of using them. Index: help.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/help.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** help.php 13 Sep 2004 21:41:55 -0000 1.12 --- help.php 3 Oct 2004 23:17:39 -0000 1.13 *************** *** 45,47 **** --- 45,50 ---- $remove_all_monitors_content = 'This will clear all monitors so you will no longer be monitoring any threads.'; + $remote_avatars = 'Remote Avatars'; + $remote_avatars_content = 'You can allow users to specify the address of an image that\'s not hosted on your site to be used as an avatar.<br /><br />While this saves you storage space and bandwidth, it also takes the control over what is displayed out of your hands. Users can insert images with large filesizes, jpeg exploits, obscenities, etc..<br /><br />For this reason we recommend that you <u>do not</u> use this feature.'; + ?> |