|
From: Jon O. <jon...@us...> - 2008-02-17 10:46:21
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30356 Modified Files: dload.php Log Message: to handle the 2.8.x included wrapper for phpBB2 functions Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** dload.php 15 Feb 2008 22:45:24 -0000 1.26 --- dload.php 17 Feb 2008 10:46:14 -0000 1.27 *************** *** 153,156 **** --- 153,157 ---- } define( 'MXBB_27x', @file_exists( $mx_root_path . 'mx_login.'.$phpEx ) ); + define( 'MXBB_28x', @file_exists( $mx_root_path . 'includes/sessions/index.htm' ) ); } |