|
From: Jon O. <jon...@us...> - 2006-08-22 20:23:27
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27637/modules/mx_pafiledb/admin Modified Files: admin_pafiledb.php Log Message: basedir restriction fix Index: admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pafiledb.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_pafiledb.php 13 Aug 2006 19:44:45 -0000 1.5 --- admin_pafiledb.php 22 Aug 2006 20:23:24 -0000 1.6 *************** *** 47,51 **** $setmodules_admin_path = $setmodules_module_path . 'admin/'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 47,51 ---- $setmodules_admin_path = $setmodules_module_path . 'admin/'; ! define( 'MXBB_27x', file_exists( $setmodules_root_path . 'mx_login.php' ) ); $phpEx = substr(strrchr(__FILE__, '.'), 1); |