From: Don S. <ri...@us...> - 2004-04-02 16:40:26
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21985/conf Modified Files: boost.php Log Message: Copying images to images/phpwsbb to work with branches. Index: boost.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** boost.php 16 Mar 2004 03:52:04 -0000 1.26 --- boost.php 2 Apr 2004 16:27:47 -0000 1.27 *************** *** 19,23 **** $admin_mod = 1; $active = "on"; ! $version = "0.9.0"; $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Manager.php"); --- 19,23 ---- $admin_mod = 1; $active = "on"; ! $version = "0.9.1"; $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Manager.php"); |