|
From: Markus P. <mar...@us...> - 2005-04-25 20:50:36
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14283/admin Modified Files: page_header_admin.php Log Message: Fixed usage of mx_session_start(); Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** page_header_admin.php 19 Apr 2005 21:36:37 -0000 1.7 --- page_header_admin.php 25 Apr 2005 20:50:04 -0000 1.8 *************** *** 30,33 **** --- 30,39 ---- define('HEADER_INC', true); + /********** + NOTE: + + The following code related to GZIP initialization has been moved to + the new mx_session_start() function, declared in mx_functions.php + // // gzip_compression *************** *** 63,66 **** --- 69,73 ---- } } + **********/ $template->set_filenames(array( |