|
From: Jon O. <jon...@us...> - 2005-05-01 20:20:00
|
Update of /cvsroot/mxbb/mx_newssuite/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3262/modules/mx_newssuite/admin Modified Files: news_config.php Log Message: minor cache related fixes Index: news_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/admin/news_config.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** news_config.php 11 Feb 2005 22:11:57 -0000 1.10 --- news_config.php 1 May 2005 20:19:48 -0000 1.11 *************** *** 24,27 **** --- 24,29 ---- $mx_root_path = '../../../'; $module_root_path = "../"; + + $no_page_header = TRUE; require( $mx_root_path . 'admin/pagestart.php' ); |