From: Yves K. <yku...@us...> - 2004-10-26 21:10:47
|
Update of /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1594/xwysiwyg/mod/xwysiwyg/conf Modified Files: boost.php Log Message: some branching Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf/boost.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boost.php 26 Oct 2004 18:40:34 -0000 1.3 --- boost.php 26 Oct 2004 21:09:04 -0000 1.4 *************** *** 19,23 **** $mod_sessions = array("PHPWS_xwysiwyg"); $active = "on"; ! $branch_allow = 0; $install_file = "install.php"; $uninstall_file = "uninstall.php"; --- 19,23 ---- $mod_sessions = array("PHPWS_xwysiwyg"); $active = "on"; ! $branch_allow = 1; $install_file = "install.php"; $uninstall_file = "uninstall.php"; |