From: George B. <gbr...@us...> - 2004-07-28 00:55:44
|
Update of /cvsroot/phpwebsite-comm/modules/uplink/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31366/conf Modified Files: boost.php Log Message: Add rights checking, disallow duplicate uploads Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/uplink/conf/boost.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** boost.php 27 Jul 2004 00:41:12 -0000 1.2 --- boost.php 28 Jul 2004 00:55:35 -0000 1.3 *************** *** 8,12 **** /* The version of your module. Make sure to increment this on updates */ ! $version = "0.7.2"; /* The unix style name for your module */ --- 8,12 ---- /* The version of your module. Make sure to increment this on updates */ ! $version = "0.7.3"; /* The unix style name for your module */ |