|
From: Florin C B. <ory...@us...> - 2012-10-25 13:07:52
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc In directory vz-cvs-4.sog:/tmp/cvs-serv7226 Modified Files: simpledoc_common.php Log Message: constants Index: simpledoc_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/simpledoc_common.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** simpledoc_common.php 3 Jun 2008 20:14:14 -0000 1.10 --- simpledoc_common.php 25 Oct 2012 13:07:50 -0000 1.11 *************** *** 27,31 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); $mx_simpledoc = new mx_simpledoc_public(); --- 27,31 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); $mx_simpledoc = new mx_simpledoc_public(); |