|
From: Culprit <cul...@us...> - 2008-02-08 14:53:50
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6716/core/admin Modified Files: index_new.php Log Message: new admin acp Index: index_new.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_new.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index_new.php 7 Feb 2008 08:58:39 -0000 1.6 --- index_new.php 8 Feb 2008 14:53:45 -0000 1.7 *************** *** 9,13 **** * @origin This file is borrowed from phpBB, with some modifications */ - // Security and Page header define( 'IN_PORTAL', 1 ); --- 9,12 ---- *************** *** 16,20 **** $no_page_header = true; require( './pagestart.' . $phpEx ); [...969 lines suppressed...] case 3: *************** *** 829,836 **** $panel_html = ob_get_contents(); ob_end_clean(); ! $panel_html = preg_replace( array("#\n#esi", "#\t#si"), array("sprintf('%4d', \$i++) . '\n'", ' '), str_replace( "\n", "<br/>\n", htmlentities( $panel_html ) ));; break; case 4: ! eval( $script); } $mx_acp->assign_content_acp( $panel_html ); --- 834,841 ---- $panel_html = ob_get_contents(); ob_end_clean(); ! $panel_html = preg_replace( array( "#\n#esi", "#\t#si" ), array( "sprintf('%4d', \$i++) . '\n'", ' ' ), str_replace( "\n", "<br/>\n", htmlentities( $panel_html ) ) );; break; case 4: ! eval( $script ); } $mx_acp->assign_content_acp( $panel_html ); |