From: Tony M. <cl...@us...> - 2004-06-08 02:57:29
|
Update of /cvsroot/phpwebsite-comm/modules/mailto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15807/conf Modified Files: boost.php Log Message: Fixed a particularly nasty security bug allowing your unmunged e-mail address to be shown in "view source". Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailto/conf/boost.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** boost.php 13 Apr 2004 00:33:05 -0000 1.4 --- boost.php 8 Jun 2004 02:57:20 -0000 1.5 *************** *** 7,11 **** /* The version of your module. Make sure to increment this on updates */ ! $version = "0.1.2"; /* The unix style name for your module */ --- 7,11 ---- /* The version of your module. Make sure to increment this on updates */ ! $version = "0.1.3"; /* The unix style name for your module */ |