Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32328/conf
Modified Files:
boost.php
Log Message:
image dimensions and version bump
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** boost.php 5 Jan 2005 22:02:25 -0000 1.39
--- boost.php 4 Mar 2005 18:19:43 -0000 1.40
***************
*** 32,36 ****
$admin_mod = 1;
$active = 'on';
! $version = '1.0.1';
$admin_op = '&PHPWSBB_MAN_OP=list';
$mod_class_files = array('Manager.php');
--- 32,36 ----
$admin_mod = 1;
$active = 'on';
! $version = '1.0.2';
$admin_op = '&PHPWSBB_MAN_OP=list';
$mod_class_files = array('Manager.php');
|