Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4375/conf
Modified Files:
boost.php
Log Message:
BUG 938818 Fix security hole through search interface
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** boost.php 9 Apr 2004 01:01:43 -0000 1.28
--- boost.php 21 Apr 2004 17:40:29 -0000 1.29
***************
*** 31,35 ****
$admin_mod = 1;
$active = "on";
! $version = "0.9.1";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
--- 31,35 ----
$admin_mod = 1;
$active = "on";
! $version = "0.9.2";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
|