4 if ( defined(
'E_DEPRECATED' ) ) {
6 error_reporting( E_ALL ^ E_NOTICE ^ E_DEPRECATED );
8 error_reporting( E_ALL ^ E_NOTICE );
12 if (!defined(
'OX_BASE_PATH')) {
13 define(
'OX_BASE_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR );
17 require_once OX_BASE_PATH .
'modules/functions.php';
20 require_once OX_BASE_PATH .
'core/oxfunctions.php';
29 $oConfigFile =
new oxConfigFile( OX_BASE_PATH .
"config.inc.php" );