|
From: Jon O. <jon...@us...> - 2005-05-01 20:19:34
|
Update of /cvsroot/mxbb/mx_kb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3147/modules/mx_kb/admin Modified Files: kb_config.php Log Message: minor cache related fixes Index: kb_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/kb_config.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** kb_config.php 20 Apr 2005 19:30:17 -0000 1.9 --- kb_config.php 1 May 2005 20:19:23 -0000 1.10 *************** *** 27,30 **** --- 27,31 ---- define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); + $no_page_header = TRUE; require( $mx_root_path . 'admin/pagestart.php' ); |