Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18964/conf
Modified Files:
boost.php
Log Message:
Going 1.0.0 to get around core version comparison bug
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** boost.php 10 Sep 2004 02:01:34 -0000 1.36
--- boost.php 13 Sep 2004 16:07:17 -0000 1.37
***************
*** 32,36 ****
$admin_mod = 1;
$active = "on";
! $version = "0.10.0";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
--- 32,36 ----
$admin_mod = 1;
$active = "on";
! $version = "1.0.0";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
|