Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27153/conf
Modified Files:
boost.php
Log Message:
Removing image dir on uninstall, bumping version for future fixes.
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** boost.php 19 May 2004 19:24:06 -0000 1.32
--- boost.php 14 Jun 2004 04:16:43 -0000 1.33
***************
*** 31,35 ****
$admin_mod = 1;
$active = "on";
! $version = "0.9.5";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
--- 31,35 ----
$admin_mod = 1;
$active = "on";
! $version = "0.9.6";
$admin_op = "&PHPWSBB_MAN_OP=list";
$mod_class_files = array("Manager.php");
|